org.acm.seguin.pmd.symboltable
Class MethodScopeEvaluator

java.lang.Object
  extended by org.acm.seguin.pmd.symboltable.AbstractScopeEvaluator
      extended by org.acm.seguin.pmd.symboltable.MethodScopeEvaluator
All Implemented Interfaces:
ScopeEvaluator

public class MethodScopeEvaluator
extends AbstractScopeEvaluator


Field Summary
 
Fields inherited from class org.acm.seguin.pmd.symboltable.AbstractScopeEvaluator
triggers
 
Constructor Summary
MethodScopeEvaluator()
           
 
Method Summary
 Scope getScopeFor(net.sourceforge.jrefactory.ast.SimpleNode node)
           
 
Methods inherited from class org.acm.seguin.pmd.symboltable.AbstractScopeEvaluator
isScopeCreatedBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodScopeEvaluator

public MethodScopeEvaluator()
Method Detail

getScopeFor

public Scope getScopeFor(net.sourceforge.jrefactory.ast.SimpleNode node)
Specified by:
getScopeFor in interface ScopeEvaluator
Specified by:
getScopeFor in class AbstractScopeEvaluator