public class VariableNameDeclaration extends AbstractNameDeclaration
node
Constructor and Description |
---|
VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ASTVariableOrConstantDeclaratorId |
getDeclaratorId() |
Scope |
getScope() |
int |
hashCode() |
String |
toString() |
getImage, getName, getNode
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
public Scope getScope()
getScope
in interface NameDeclaration
getScope
in class AbstractNameDeclaration
public ASTVariableOrConstantDeclaratorId getDeclaratorId()
Copyright © 2002-2017 PMD. All Rights Reserved.