net.sourceforge.pmd.lang.symboltable.NameDeclarationpublic class VariableNameDeclaration
extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
| 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() |
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public net.sourceforge.pmd.lang.symboltable.Scope getScope()
getScope in interface net.sourceforge.pmd.lang.symboltable.NameDeclarationgetScope 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.