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 ErrorReporterAutoValueOrOneOfProcessor.errorReporterprivate final ErrorReporterBuilderMethodClassifier.errorReporterprivate final ErrorReporterBuilderSpec.errorReporterprivate final ErrorReporterPropertyBuilderClassifier.errorReporterMethods in com.google.auto.value.processor that return ErrorReporterModifier and TypeMethodDescription(package private) final ErrorReporterAutoValueOrOneOfProcessor.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 ErrorReporterModifierConstructorDescriptionprivateBuilderMethodClassifier(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)