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, getNode
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public Scope getScope()
getScope
in interface NameDeclaration
getScope
in class 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.