Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTArrayDimensions
-
Packages that use ASTArrayDimensions Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTArrayDimensions in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTArrayDimensions Modifier and Type Method Description ASTArrayDimensions
ASTArrayType. getDimensions()
@Nullable ASTArrayDimensions
ASTMethodDeclaration. getExtraDimensions()
Returns the extra array dimensions that may be after the formal parameters.@Nullable ASTArrayDimensions
ASTVariableId. getExtraDimensions()
Returns the extra array dimensions associated with this variable.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTArrayDimensions Modifier and Type Method Description default R
JavaVisitor. visit(ASTArrayDimensions node, P data)
-