Uses of Class
org.sonar.plugins.java.api.tree.Modifier
-
Packages that use Modifier Package Description org.sonar.java.model org.sonar.java.model.declaration org.sonar.java.resolve org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of Modifier in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type Modifier Modifier and Type Method Description static Optional<ModifierKeywordTree>
ModifiersUtils. findModifier(ModifiersTree modifiersTree, Modifier expectedModifier)
static ModifierKeywordTree
ModifiersUtils. getModifier(ModifiersTree modifiers, Modifier expectedModifier)
static boolean
ModifiersUtils. hasModifier(ModifiersTree modifiers, Modifier expectedModifier)
-
Uses of Modifier in org.sonar.java.model.declaration
Methods in org.sonar.java.model.declaration that return Modifier Modifier and Type Method Description Modifier
ModifierKeywordTreeImpl. modifier()
Constructors in org.sonar.java.model.declaration with parameters of type Modifier Constructor Description ModifierKeywordTreeImpl(Modifier modifier, InternalSyntaxToken internalSyntaxToken)
-
Uses of Modifier in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type Modifier Modifier and Type Method Description static int
Flags. flagForModifier(Modifier modifier)
-
Uses of Modifier in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return Modifier Modifier and Type Method Description Modifier
ModifierKeywordTree. modifier()
static Modifier
Modifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Modifier[]
Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-