Interface Dimensionable
-
- All Known Implementing Classes:
ASTArrayDimsAndInits
,ASTFieldDeclaration
,ASTFormalParameter
,ASTLocalVariableDeclaration
,ASTPrimitiveType
,ASTReferenceType
,ASTResource
,ASTVariableDeclaratorId
@Deprecated public interface Dimensionable
Deprecated.Will be removed with 7.0.0. See https://github.com/pmd/pmd/issues/997 and https://github.com/pmd/pmd/issues/910
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getArrayDepth()
Deprecated.boolean
isArray()
Deprecated.
-
-
-
Method Detail
-
isArray
@Deprecated boolean isArray()
Deprecated.
-
getArrayDepth
@Deprecated int getArrayDepth()
Deprecated.
-
-