Uses of Class
manifold.api.type.ICompilerComponent.InitOrder
-
Packages that use ICompilerComponent.InitOrder Package Description manifold.api.type -
-
Uses of ICompilerComponent.InitOrder in manifold.api.type
Methods in manifold.api.type that return ICompilerComponent.InitOrder Modifier and Type Method Description default ICompilerComponent.InitOrderICompilerComponent. initOrder(ICompilerComponent compilerComponent)Override to control the order in which this class'ICompilerComponent.init(com.sun.tools.javac.api.BasicJavacTask, manifold.internal.javac.TypeProcessor)method is called relative to otherICompilerComponentservices.static ICompilerComponent.InitOrderICompilerComponent.InitOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ICompilerComponent.InitOrder[]ICompilerComponent.InitOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.
-