net.sourceforge.pmd.symboltable
Class BasicScopeFactory

java.lang.Object
  extended bynet.sourceforge.pmd.symboltable.BasicScopeFactory
All Implemented Interfaces:
ScopeFactory

public class BasicScopeFactory
extends java.lang.Object
implements ScopeFactory


Field Summary
private  java.util.Set scopeEvaluators
           
 
Constructor Summary
BasicScopeFactory()
           
 
Method Summary
 void openScope(java.util.Stack scopes, SimpleNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scopeEvaluators

private java.util.Set scopeEvaluators
Constructor Detail

BasicScopeFactory

public BasicScopeFactory()
Method Detail

openScope

public void openScope(java.util.Stack scopes,
                      SimpleNode node)
Specified by:
openScope in interface ScopeFactory