Class ECJJavaSourceAnalysisEngine
java.lang.Object
com.ibm.wala.client.AbstractAnalysisEngine<InstanceKey,CallGraphBuilder<InstanceKey>,Void>
com.ibm.wala.cast.java.client.JavaSourceAnalysisEngine
com.ibm.wala.cast.java.client.ECJJavaSourceAnalysisEngine
- All Implemented Interfaces:
AnalysisEngine
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.client.AbstractAnalysisEngine
AbstractAnalysisEngine.EntrypointBuilder
-
Field Summary
Fields inherited from class com.ibm.wala.client.AbstractAnalysisEngine
cg, DEBUG_LEVEL, j2seLibs, moduleFiles, pointerAnalysis, scope, SYNTHETIC_J2SE_MODEL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ClassLoaderFactory
getClassLoaderFactory
(SetOfClasses exclusions) Methods inherited from class com.ibm.wala.cast.java.client.JavaSourceAnalysisEngine
addApplicationModulesToScope, addCompiledModule, addSourceModule, addSystemModule, buildAnalysisScope, buildClassHierarchy, getCallGraphBuilder, getDefaultOptions, getOptions, makeDefaultCache, makeDefaultEntrypoints, makeSourceAnalysisScope
Methods inherited from class com.ibm.wala.client.AbstractAnalysisEngine
buildCallGraph, buildDefaultCallGraph, defaultCallGraphBuilder, getCache, getCallGraph, getClassHierarchy, getExclusionsFile, getHeapGraph, getPointerAnalysis, getScope, getSDG, isClosedWorld, makeClassLoaderFactory, performAnalysis, setClassHierarchy, setClosedWorld, setEntrypointBuilder, setExclusionsFile, setJ2SELibraries, setJ2SELibraries, setModuleFiles
-
Constructor Details
-
ECJJavaSourceAnalysisEngine
public ECJJavaSourceAnalysisEngine()
-
-
Method Details
-
getClassLoaderFactory
- Specified by:
getClassLoaderFactory
in classJavaSourceAnalysisEngine
-