Uses of Class
com.google.auto.value.processor.ErrorReporter
Packages that use ErrorReporter
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of ErrorReporter in com.google.auto.value.processor
Fields in com.google.auto.value.processor declared as ErrorReporterModifier and TypeFieldDescriptionprivate ErrorReporter
AutoValueOrOneOfProcessor.errorReporter
private final ErrorReporter
BuilderMethodClassifier.errorReporter
private final ErrorReporter
BuilderSpec.errorReporter
private final ErrorReporter
PropertyBuilderClassifier.errorReporter
Methods in com.google.auto.value.processor that return ErrorReporterModifier and TypeMethodDescription(package private) final ErrorReporter
AutoValueOrOneOfProcessor.errorReporter()
Methods in com.google.auto.value.processor with parameters of type ErrorReporterModifier and TypeMethodDescription(package private) static Optional
<BuilderMethodClassifier> BuilderMethodClassifier.classify
(Iterable<ExecutableElement> methods, ErrorReporter errorReporter, ProcessingEnvironment processingEnv, TypeElement autoValueClass, TypeElement builderType, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName, boolean autoValueHasToBuilder) Classifies the given methods from a builder type and its ancestors.Constructors in com.google.auto.value.processor with parameters of type ErrorReporterModifierConstructorDescriptionprivate
BuilderMethodClassifier
(ErrorReporter errorReporter, ProcessingEnvironment processingEnv, TypeElement autoValueClass, TypeElement builderType, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName) (package private)
BuilderSpec
(TypeElement autoValueClass, ProcessingEnvironment processingEnv, ErrorReporter errorReporter) (package private)
PropertyBuilderClassifier
(ErrorReporter errorReporter, Types typeUtils, Elements elementUtils, BuilderMethodClassifier builderMethodClassifier, com.google.common.collect.ImmutableBiMap<ExecutableElement, String> getterToPropertyName, EclipseHack eclipseHack)