Class VariableNameDeclaration
- java.lang.Object
-
- net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
-
- net.sourceforge.pmd.lang.plsql.symboltable.VariableNameDeclaration
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.symboltable.NameDeclaration
public class VariableNameDeclaration extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
-
-
Constructor Summary
Constructors Constructor Description VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ASTVariableOrConstantDeclaratorIdgetDeclaratorId()net.sourceforge.pmd.lang.symboltable.ScopegetScope()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
VariableNameDeclaration
public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
-
-
Method Detail
-
getScope
public net.sourceforge.pmd.lang.symboltable.Scope getScope()
- Specified by:
getScopein interfacenet.sourceforge.pmd.lang.symboltable.NameDeclaration- Overrides:
getScopein classnet.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
-
getDeclaratorId
public ASTVariableOrConstantDeclaratorId getDeclaratorId()
-
-