Uses of Enum
manifold.api.type.ICompilerComponent.InitOrder
Packages that use ICompilerComponent.InitOrder
-
Uses of ICompilerComponent.InitOrder in manifold.api.type
Methods in manifold.api.type that return ICompilerComponent.InitOrderModifier and TypeMethodDescriptiondefault 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.InitOrderReturns 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.