net.sourceforge.pmd.symboltable
public class VariableNameDeclaration extends AbstractNameDeclaration
Constructor Summary | |
---|---|
VariableNameDeclaration(ASTVariableDeclaratorId node) |
Method Summary | |
---|---|
boolean | equals(Object o) |
AccessNode | getAccessNodeParent() |
ASTVariableDeclaratorId | getDeclaratorId() |
Scope | getScope() |
String | getTypeImage() |
int | hashCode() |
boolean | isArray() |
boolean | isExceptionBlockParameter() |
boolean | isPrimitiveType() |
boolean | isReferenceType()
Note that an array of primitive types (int[]) is a reference type. |
String | toString() |