Class ECJJavaSourceAnalysisEngine

  • All Implemented Interfaces:
    com.ibm.wala.client.AnalysisEngine

    public class ECJJavaSourceAnalysisEngine
    extends com.ibm.wala.cast.java.client.JavaSourceAnalysisEngine
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.ibm.wala.client.AbstractAnalysisEngine

        com.ibm.wala.client.AbstractAnalysisEngine.EntrypointBuilder
    • Field Summary

      • Fields inherited from class com.ibm.wala.client.AbstractAnalysisEngine

        cg, DEBUG_LEVEL, j2seLibs, moduleFiles, pointerAnalysis, scope, SYNTHETIC_J2SE_MODEL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.ibm.wala.classLoader.ClassLoaderFactory getClassLoaderFactory​(com.ibm.wala.util.config.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECJJavaSourceAnalysisEngine

        public ECJJavaSourceAnalysisEngine()
    • Method Detail

      • getClassLoaderFactory

        protected com.ibm.wala.classLoader.ClassLoaderFactory getClassLoaderFactory​(com.ibm.wala.util.config.SetOfClasses exclusions)
        Specified by:
        getClassLoaderFactory in class com.ibm.wala.cast.java.client.JavaSourceAnalysisEngine