public class VariableNameDeclaration extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
node| Constructor | Description |
|---|---|
VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
ASTVariableOrConstantDeclaratorId |
getDeclaratorId() |
|
net.sourceforge.pmd.lang.symboltable.Scope |
getScope() |
|
int |
hashCode() |
|
java.lang.String |
toString() |
getImage, getName, getNodepublic VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public net.sourceforge.pmd.lang.symboltable.Scope getScope()
getScope in class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclarationpublic ASTVariableOrConstantDeclaratorId getDeclaratorId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002–2018 PMD. All rights reserved.