Uses of Class
manifold.internal.javac.TypeProcessor
-
Packages that use TypeProcessor Package Description manifold.api.type manifold.internal.javac -
-
Uses of TypeProcessor in manifold.api.type
Methods in manifold.api.type with parameters of type TypeProcessor Modifier and Type Method Description voidICompilerComponent. init(com.sun.tools.javac.api.BasicJavacTask javacTask, TypeProcessor typeProcessor)Initializes this service.voidITypeProcessor. process(TypeElement fqn, TypeProcessor typeProcessor, IssueReporter<JavaFileObject> issueReporter)A typical implementation creates aTreeTranslatorand visits the tree in context e.g., -
Uses of TypeProcessor in manifold.internal.javac
Methods in manifold.internal.javac that return TypeProcessor Modifier and Type Method Description TypeProcessorJavacPlugin. getTypeProcessor()Methods in manifold.internal.javac with parameters of type TypeProcessor Modifier and Type Method Description static com.sun.tools.javac.tree.JCTree.JCLambdaMethodRefToLambda. convert(TypeProcessor tp, com.sun.tools.javac.tree.JCTree.JCMemberReference methodRef)Converts a JCMemberReference (method reference) to a JCLambda (lambda expression).manifold.rt.api.util.Pair<com.sun.tools.javac.code.Symbol.ClassSymbol,com.sun.tools.javac.tree.JCTree.JCCompilationUnit>ClassSymbols. getClassSymbol(com.sun.tools.javac.api.BasicJavacTask javacTask, TypeProcessor tp, String fqn)
-