Uses of Class
manifold.internal.javac.IssueReporter
Packages that use IssueReporter
-
Uses of IssueReporter in manifold.api.type
Methods in manifold.api.type with parameters of type IssueReporterModifier and TypeMethodDescriptionvoidITypeProcessor.process(TypeElement fqn, TypeProcessor typeProcessor, IssueReporter<JavaFileObject> issueReporter) A typical implementation creates aTreeTranslatorand visits the tree in context e.g., -
Uses of IssueReporter in manifold.internal.javac
Methods in manifold.internal.javac that return IssueReporterMethods in manifold.internal.javac with parameters of type IssueReporterModifier and TypeMethodDescriptionprotected abstract voidCompiledTypeProcessor.process(TypeElement element, IssueReporter<JavaFileObject> issueReporter) Subclasses override to process a compiled type.voidTypeProcessor.process(TypeElement element, IssueReporter<JavaFileObject> issueReporter)