org.acm.seguin.pmd.symboltable
Class MethodScope

java.lang.Object
  extended by org.acm.seguin.pmd.symboltable.AbstractScope
      extended by org.acm.seguin.pmd.symboltable.MethodScope
All Implemented Interfaces:
net.sourceforge.jrefactory.ast.Scope

public class MethodScope
extends AbstractScope


Field Summary
 
Fields inherited from class org.acm.seguin.pmd.symboltable.AbstractScope
methodNames, variableNames
 
Constructor Summary
MethodScope()
           
 
Method Summary
protected  NameDeclaration findVariableHere(NameOccurrence occurrence)
           
 java.lang.String toString()
           
 
Methods inherited from class org.acm.seguin.pmd.symboltable.AbstractScope
addDeclaration, addDeclaration, addVariableNameOccurrence, contains, getEnclosingClassScope, getParent, getVariableDeclarations, glomNames, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodScope

public MethodScope()
Method Detail

findVariableHere

protected NameDeclaration findVariableHere(NameOccurrence occurrence)
Specified by:
findVariableHere in class AbstractScope

toString

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