org.acm.seguin.pmd.symboltable
Class VariableNameDeclaration

java.lang.Object
  extended by org.acm.seguin.pmd.symboltable.AbstractNameDeclaration
      extended by org.acm.seguin.pmd.symboltable.VariableNameDeclaration
All Implemented Interfaces:
NameDeclaration

public class VariableNameDeclaration
extends AbstractNameDeclaration
implements NameDeclaration


Field Summary
 
Fields inherited from class org.acm.seguin.pmd.symboltable.AbstractNameDeclaration
node
 
Constructor Summary
VariableNameDeclaration(net.sourceforge.jrefactory.ast.ASTVariableDeclaratorId node)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 net.sourceforge.jrefactory.ast.AccessNode getAccessNodeParent()
           
 Scope getScope()
           
 int hashCode()
           
 boolean isExceptionBlockParameter()
           
 java.lang.String toString()
           
 
Methods inherited from class org.acm.seguin.pmd.symboltable.AbstractNameDeclaration
getImage, getLine
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.acm.seguin.pmd.symboltable.NameDeclaration
getImage
 

Constructor Detail

VariableNameDeclaration

public VariableNameDeclaration(net.sourceforge.jrefactory.ast.ASTVariableDeclaratorId node)
Method Detail

getScope

public Scope getScope()
Specified by:
getScope in interface NameDeclaration
Overrides:
getScope in class AbstractNameDeclaration

isExceptionBlockParameter

public boolean isExceptionBlockParameter()

getAccessNodeParent

public net.sourceforge.jrefactory.ast.AccessNode getAccessNodeParent()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object