net.sourceforge.pmd.symboltable
Class VariableNameDeclaration
java.lang.Object
net.sourceforge.pmd.symboltable.AbstractNameDeclaration
net.sourceforge.pmd.symboltable.VariableNameDeclaration
- All Implemented Interfaces:
- NameDeclaration
- public class VariableNameDeclaration
- extends AbstractNameDeclaration
- implements NameDeclaration
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VariableNameDeclaration
public VariableNameDeclaration(ASTVariableDeclaratorId node)
getScope
public Scope getScope()
- Specified by:
getScope
in interface NameDeclaration
- Overrides:
getScope
in class AbstractNameDeclaration
isArray
public boolean isArray()
isExceptionBlockParameter
public boolean isExceptionBlockParameter()
getAccessNodeParent
public AccessNode getAccessNodeParent()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()