net.sourceforge.pmd.symboltable
Class MethodScope

java.lang.Object
  |
  +--net.sourceforge.pmd.symboltable.AbstractScope
        |
        +--net.sourceforge.pmd.symboltable.MethodScope
All Implemented Interfaces:
Scope

public class MethodScope
extends AbstractScope


Field Summary
 
Fields inherited from class net.sourceforge.pmd.symboltable.AbstractScope
methodNames, variableNames
 
Constructor Summary
MethodScope()
           
 
Method Summary
protected  NameDeclaration findVariableHere(NameOccurrence occurrence)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.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


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.