net.sourceforge.pmd.ast
Interface Dimensionable

All Known Implementing Classes:
ASTFieldDeclaration, ASTFormalParameter, ASTLocalVariableDeclaration, ASTPrimitiveType, ASTReferenceType

public interface Dimensionable


Method Summary
 int getArrayDepth()
           
 boolean isArray()
           
 

Method Detail

isArray

boolean isArray()

getArrayDepth

int getArrayDepth()