Uses of Class
manifold.internal.javac.IssueReporter
-
Packages that use IssueReporter Package Description manifold.api.type manifold.internal.javac -
-
Uses of IssueReporter in manifold.api.type
Methods in manifold.api.type with parameters of type IssueReporter Modifier and Type Method Description voidITypeProcessor. 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 IssueReporter Modifier and Type Method Description IssueReporterJavacPlugin. getIssueReporter()Methods in manifold.internal.javac with parameters of type IssueReporter Modifier and Type Method Description protected abstract voidCompiledTypeProcessor. process(TypeElement element, IssueReporter<JavaFileObject> issueReporter)Subclasses override to process a compiled type.voidTypeProcessor. process(TypeElement element, IssueReporter<JavaFileObject> issueReporter)
-