org.acm.seguin.pmd.symboltable
Class BasicScopeFactory

java.lang.Object
  extended by org.acm.seguin.pmd.symboltable.BasicScopeFactory
All Implemented Interfaces:
ScopeFactory

public class BasicScopeFactory
extends java.lang.Object
implements ScopeFactory


Constructor Summary
BasicScopeFactory()
           
 
Method Summary
 void openScope(java.util.Stack scopes, net.sourceforge.jrefactory.ast.SimpleNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScopeFactory

public BasicScopeFactory()
Method Detail

openScope

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