Class WebPageLoaderFactory
java.lang.Object
com.ibm.wala.cast.loader.SingleClassLoaderFactory
com.ibm.wala.cast.js.loader.JavaScriptLoaderFactory
com.ibm.wala.cast.js.html.WebPageLoaderFactory
- All Implemented Interfaces:
ClassLoaderFactory
-
Field Summary
Fields inherited from class JavaScriptLoaderFactory
preprocessor, translatorFactoryModifier and TypeFieldDescriptionprotected final CAstRewriterFactory<?, ?> protected final JavaScriptTranslatorFactory -
Constructor Summary
ConstructorsConstructorDescriptionWebPageLoaderFactory(JavaScriptTranslatorFactory factory, CAstRewriterFactory<?, ?> preprocessor) -
Method Summary
Methods inherited from class JavaScriptLoaderFactory
getTheReferenceModifier and TypeMethodDescriptionget the reference to the single class loader for the languageMethods inherited from class SingleClassLoaderFactory
getLoader, getTheLoaderModifier and TypeMethodDescriptiongetLoader(ClassLoaderReference classLoaderReference, IClassHierarchy cha, AnalysisScope scope) Return a class loader corresponding to a given class loader identifier.
-
Constructor Details
-
WebPageLoaderFactory
-
WebPageLoaderFactory
public WebPageLoaderFactory(JavaScriptTranslatorFactory factory, CAstRewriterFactory<?, ?> preprocessor)
-
-
Method Details
-
makeTheLoader
- Overrides:
makeTheLoaderin classJavaScriptLoaderFactory
-