Uses of Enum
manifold.api.type.ICompilerComponent.InitOrder
Packages that use ICompilerComponent.InitOrder
-
Uses of ICompilerComponent.InitOrder in manifold.api.type
Subclasses with type arguments of type ICompilerComponent.InitOrder in manifold.api.typeModifier and TypeClassDescriptionstatic enumUsed withICompilerComponent.initOrder(ICompilerComponent)to control when this service initializes relative to others.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(BasicJavacTask, 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.