Uses of Interface
org.sonar.plugins.java.api.tree.ModifiersTree
-
Packages that use ModifiersTree Package Description org.sonar.java.model org.sonar.java.model.declaration org.sonar.java.se org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of ModifiersTree in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type ModifiersTree Modifier and Type Method Description static Optional<ModifierKeywordTree>ModifiersUtils. findModifier(ModifiersTree modifiersTree, Modifier expectedModifier)static ModifierKeywordTreeModifiersUtils. getModifier(ModifiersTree modifiers, Modifier expectedModifier)static booleanModifiersUtils. hasModifier(ModifiersTree modifiers, Modifier expectedModifier) -
Uses of ModifiersTree in org.sonar.java.model.declaration
Classes in org.sonar.java.model.declaration that implement ModifiersTree Modifier and Type Class Description classModifiersTreeImplMethods in org.sonar.java.model.declaration that return ModifiersTree Modifier and Type Method Description ModifiersTreeClassTreeImpl. modifiers()ModifiersTreeMethodTreeImpl. modifiers()ModifiersTreeRequiresDirectiveTreeImpl. modifiers()ModifiersTreeVariableTreeImpl. modifiers()Constructors in org.sonar.java.model.declaration with parameters of type ModifiersTree Constructor Description ClassTreeImpl(ModifiersTree modifiers, SyntaxToken openBraceToken, List<Tree> members, SyntaxToken closeBraceToken)EnumConstantTreeImpl(ModifiersTree modifiers, IdentifierTree simpleName, NewClassTreeImpl initializer, InternalSyntaxToken separatorToken)RequiresDirectiveTreeImpl(InternalSyntaxToken requiresKeyword, ModifiersTree modifiers, ModuleNameTree moduleName, InternalSyntaxToken semicolonToken)VariableTreeImpl(ModifiersTree modifiers, IdentifierTree simpleName, ExpressionTree initializer)VariableTreeImpl(ModifiersTree modifiers, TypeTree type, IdentifierTree simpleName) -
Uses of ModifiersTree in org.sonar.java.se
Methods in org.sonar.java.se with parameters of type ModifiersTree Modifier and Type Method Description static Optional<AnnotationTree>NullableAnnotationUtils. nonNullAnnotation(ModifiersTree modifiers)static Optional<AnnotationTree>NullableAnnotationUtils. nullableAnnotation(ModifiersTree modifiers) -
Uses of ModifiersTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return ModifiersTree Modifier and Type Method Description ModifiersTreeClassTree. modifiers()ModifiersTreeEnumConstantTree. modifiers()ModifiersTreeMethodTree. modifiers()ModifiersTreeRequiresDirectiveTree. modifiers()ModifiersTreeVariableTree. modifiers()Methods in org.sonar.plugins.java.api.tree with parameters of type ModifiersTree Modifier and Type Method Description voidBaseTreeVisitor. visitModifier(ModifiersTree modifiersTree)voidTreeVisitor. visitModifier(ModifiersTree modifiersTree)
-