net.sourceforge.pmd.lang.plsql.symboltable
Class VariableNameDeclaration

java.lang.Object
  extended by net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
      extended by 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
VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableNameDeclaration

public VariableNameDeclaration(ASTVariableOrConstantDeclaratorId node)
Method Detail

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.