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() |
| Class | getType() |
| 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() |