Uses of Interface
net.sourceforge.pmd.symboltable.ScopeFactory

Packages that use ScopeFactory
net.sourceforge.pmd.symboltable   
 

Uses of ScopeFactory in net.sourceforge.pmd.symboltable
 

Classes in net.sourceforge.pmd.symboltable that implement ScopeFactory
 class BasicScopeFactory
           
 

Fields in net.sourceforge.pmd.symboltable declared as ScopeFactory
private  ScopeFactory BasicScopeCreationVisitor.sf
           
 

Constructors in net.sourceforge.pmd.symboltable with parameters of type ScopeFactory
BasicScopeCreationVisitor(ScopeFactory sf)