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, getNode
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public net.sourceforge.pmd.lang.symboltable.Scope getScope()
getScope
in class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
public ASTVariableOrConstantDeclaratorId getDeclaratorId()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002–2018 PMD. All rights reserved.