Uses of Class
org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
-
Packages that use ModuleModifier.ModuleModifierKeyword 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. -
-
Uses of ModuleModifier.ModuleModifierKeyword in org.eclipse.jdt.core.dom
Fields in org.eclipse.jdt.core.dom declared as ModuleModifier.ModuleModifierKeyword Modifier and Type Field Description static ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword. STATIC_KEYWORD"static" modifier with flag valueModuleModifier.STATIC_PHASE.static ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword. TRANSITIVE_KEYWORD"transitive" modifier with flag valueModuleModifier.TRANSITIVE.Methods in org.eclipse.jdt.core.dom that return ModuleModifier.ModuleModifierKeyword Modifier and Type Method Description static ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword. fromFlagValue(int flagValue)Returns the module modifier corresponding to the given single-bit flag value, ornullif none or if more than one bit is set.ModuleModifier.ModuleModifierKeywordModuleModifier. getKeyword()Returns the modifier keyword of this modifier node.static ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword. toKeyword(String keyword)Returns the module modifier corresponding to the given string, ornullif none.Methods in org.eclipse.jdt.core.dom with parameters of type ModuleModifier.ModuleModifierKeyword Modifier and Type Method Description ModuleModifierAST. newModuleModifier(ModuleModifier.ModuleModifierKeyword keyword)Creates and returns a new unparented module modifier node for the given module modifier.voidModuleModifier. setKeyword(ModuleModifier.ModuleModifierKeyword modifierKeyord)Sets the module modifier keyword of this module modifier node.
-