Uses of Interface
manifold.api.type.ICompilerComponent
-
Packages that use ICompilerComponent Package Description manifold.api.type manifold.internal.javac -
-
Uses of ICompilerComponent in manifold.api.type
Methods in manifold.api.type with parameters of type ICompilerComponent Modifier and Type Method Description default ICompilerComponent.InitOrderICompilerComponent. initOrder(ICompilerComponent compilerComponent)Override to control the order in which this class'init(com.sun.tools.javac.api.BasicJavacTask, manifold.internal.javac.TypeProcessor)method is called relative to otherICompilerComponentservices. -
Uses of ICompilerComponent in manifold.internal.javac
Methods in manifold.internal.javac that return types with arguments of type ICompilerComponent Modifier and Type Method Description Collection<ICompilerComponent>TypeProcessor. getCompilerComponents()
-