Uses of Class
edu.rice.cs.dynamicjava.interpreter.TreeClassLoader

Packages that use TreeClassLoader
edu.rice.cs.dynamicjava.symbol   
 

Uses of TreeClassLoader in edu.rice.cs.dynamicjava.symbol
 

Constructors in edu.rice.cs.dynamicjava.symbol with parameters of type TreeClassLoader
TreeClass(String fullName, DJClass declaring, Access.Module accessModule, Node ast, TreeClassLoader loader, Options opt)
          All the class's declared members are indexed, and the FIELD, METHOD, and DJ_CLASS properties are set (applied recursively).