Uses of Interface
edu.rice.cs.dynamicjava.symbol.Library

Packages that use Library
edu.rice.cs.dynamicjava.interpreter   
edu.rice.cs.dynamicjava.symbol   
 

Uses of Library in edu.rice.cs.dynamicjava.interpreter
 

Constructors in edu.rice.cs.dynamicjava.interpreter with parameters of type Library
LibraryContext(Library lib)
          Create a LibraryContext that delegates to the BaseContext.
LibraryContext(TypeContext next, Library lib)
          Create a LibraryContext that delegates to the given context (typically another LibraryContext).
 

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

Classes in edu.rice.cs.dynamicjava.symbol that implement Library
 class Java5Library
           
 class JavaLibrary
           
 class TreeLibrary
           
 

Methods in edu.rice.cs.dynamicjava.symbol that return Library
static Library SymbolUtil.classLibrary(ClassLoader loader)
          Create an appropriate Library for the given ClassLoader, based on the available reflection APIs.