Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTArrayDimensions
Packages that use ASTArrayDimensions
Package
Description
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 ASTArrayDimensionsModifier and TypeMethodDescriptionASTArrayType.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