net.sourceforge.pmd.lang.plsql.symboltable
Class VariableNameDeclaration
java.lang.Object
net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
net.sourceforge.pmd.lang.plsql.symboltable.VariableNameDeclaration
- All Implemented Interfaces:
- NameDeclaration
public class VariableNameDeclaration
- extends AbstractNameDeclaration
VariableNameDeclaration
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
getScope
public Scope getScope()
- Specified by:
getScope
in interface NameDeclaration
- Overrides:
getScope
in class AbstractNameDeclaration
getDeclaratorId
public ASTVariableOrConstantDeclaratorId getDeclaratorId()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2016 InfoEther. All Rights Reserved.