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 ASTArrayDimensionsASTArrayType. getDimensions()@Nullable ASTArrayDimensionsASTMethodDeclaration. getExtraDimensions()Returns the extra array dimensions that may be after the formal parameters.@Nullable ASTArrayDimensionsASTVariableId. 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 RJavaVisitor. visit(ASTArrayDimensions node, P data)
-