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
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
node
-
-
Constructor Summary
Constructors Constructor Description VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ASTVariableOrConstantDeclaratorId
getDeclaratorId()
Scope
getScope()
int
hashCode()
String
toString()
-
Methods inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
getImage, getName, getNode
-
-
-
-
Constructor Detail
-
VariableNameDeclaration
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
-
-
Method Detail
-
getScope
public Scope getScope()
- Specified by:
getScope
in interfaceNameDeclaration
- Overrides:
getScope
in classAbstractNameDeclaration
-
getDeclaratorId
public ASTVariableOrConstantDeclaratorId getDeclaratorId()
-
-