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(java.lang.Object o)ASTVariableOrConstantDeclaratorIdgetDeclaratorId()net.sourceforge.pmd.lang.symboltable.ScopegetScope()inthashCode()java.lang.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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-