public class VariableNameDeclaration extends AbstractNameDeclaration
node| Constructor and Description |
|---|
VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ASTVariableOrConstantDeclaratorId |
getDeclaratorId() |
Scope |
getScope() |
int |
hashCode() |
java.lang.String |
toString() |
getImage, getName, getNodepublic VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public Scope getScope()
getScope in interface NameDeclarationgetScope in class 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–2017 PMD. All rights reserved.