Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static JavaSource.Priority |
JavaSource.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaSource.Priority[] |
JavaSource.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JavaSourceTaskFactory(JavaSource.Phase phase,
JavaSource.Priority priority)
Construct the JavaSourceTaskFactory with given
JavaSource.Phase and JavaSource.Priority . |
JavaSourceTaskFactory(JavaSource.Phase phase,
JavaSource.Priority priority,
TaskIndexingMode taskIndexingMode)
Construct the JavaSourceTaskFactory with given
JavaSource.Phase , JavaSource.Priority
and TaskIndexingMode . |