Package | Description |
---|---|
manifold.api.type |
Modifier and Type | Method and Description |
---|---|
default ICompilerComponent.InitOrder |
ICompilerComponent.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 other ICompilerComponent
services. |
static ICompilerComponent.InitOrder |
ICompilerComponent.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.
|
Copyright © 2024. All rights reserved.