Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTModifierList
-
Packages that use ASTModifierList Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTModifierList in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTModifierList Modifier and Type Method Description @NonNull ASTModifierList
ASTVariableId. getModifiers()
default @NonNull ASTModifierList
ModifierOwner. getModifiers()
Returns the node representing the modifier list of this node.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTModifierList Modifier and Type Method Description default R
JavaVisitor. visit(ASTModifierList node, P data)
-