com.ibm.wala.cast.js.loader
Class JavaScriptLoaderFactory

java.lang.Object
  extended by com.ibm.wala.cast.loader.SingleClassLoaderFactory
      extended by com.ibm.wala.cast.js.loader.JavaScriptLoaderFactory
All Implemented Interfaces:
ClassLoaderFactory

public class JavaScriptLoaderFactory
extends SingleClassLoaderFactory


Constructor Summary
JavaScriptLoaderFactory(JavaScriptTranslatorFactory factory)
           
 
Method Summary
 ClassLoaderReference getTheReference()
           
protected  IClassLoader makeTheLoader(IClassHierarchy cha)
           
 
Methods inherited from class com.ibm.wala.cast.loader.SingleClassLoaderFactory
getLoader, getTheLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptLoaderFactory

public JavaScriptLoaderFactory(JavaScriptTranslatorFactory factory)
Method Detail

makeTheLoader

protected IClassLoader makeTheLoader(IClassHierarchy cha)
Specified by:
makeTheLoader in class SingleClassLoaderFactory

getTheReference

public ClassLoaderReference getTheReference()
Specified by:
getTheReference in class SingleClassLoaderFactory