Package | Description |
---|---|
org.eclipse.jdt.core.dom |
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
|
Modifier and Type | Field and Description |
---|---|
static ModuleModifier.ModuleModifierKeyword |
ModuleModifier.ModuleModifierKeyword.STATIC_KEYWORD
"static" modifier with flag value
ModuleModifier.STATIC_PHASE . |
static ModuleModifier.ModuleModifierKeyword |
ModuleModifier.ModuleModifierKeyword.TRANSITIVE_KEYWORD
"transitive" modifier with flag value
ModuleModifier.TRANSITIVE . |
Modifier and Type | Method and Description |
---|---|
static ModuleModifier.ModuleModifierKeyword |
ModuleModifier.ModuleModifierKeyword.fromFlagValue(int flagValue)
Returns the module modifier corresponding to the given single-bit flag value,
or
null if none or if more than one bit is set. |
ModuleModifier.ModuleModifierKeyword |
ModuleModifier.getKeyword()
Returns the modifier keyword of this modifier node.
|
static ModuleModifier.ModuleModifierKeyword |
ModuleModifier.ModuleModifierKeyword.toKeyword(String keyword)
Returns the module modifier corresponding to the given string,
or
null if none. |
Modifier and Type | Method and Description |
---|---|
ModuleModifier |
AST.newModuleModifier(ModuleModifier.ModuleModifierKeyword keyword)
Creates and returns a new unparented module modifier node for the given
module modifier.
|
void |
ModuleModifier.setKeyword(ModuleModifier.ModuleModifierKeyword modifierKeyord)
Sets the module modifier keyword of this module modifier node.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.