Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.ModuleModifier.ModuleModifierKeyword
Packages, die ModuleModifier.ModuleModifierKeyword verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von ModuleModifier.ModuleModifierKeyword in org.aspectj.org.eclipse.jdt.core.dom
Felder in org.aspectj.org.eclipse.jdt.core.dom, die deklariert sind als ModuleModifier.ModuleModifierKeywordModifizierer und TypFeldBeschreibungstatic final ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword.STATIC_KEYWORD"static" modifier with flag valueModuleModifier.STATIC_PHASE.static final ModuleModifier.ModuleModifierKeywordModuleModifier.ModuleModifierKeyword.TRANSITIVE_KEYWORD"transitive" modifier with flag valueModuleModifier.TRANSITIVE.Methoden in org.aspectj.org.eclipse.jdt.core.dom, die ModuleModifier.ModuleModifierKeyword zurückgebenModifizierer und TypMethodeBeschreibungModuleModifier.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.getKeyword()Returns the modifier keyword of this modifier node.Returns the module modifier corresponding to the given string, ornullif none.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ ModuleModifier.ModuleModifierKeywordModifizierer und TypMethodeBeschreibungAST.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.