Class DexAnalysisScopeReader

java.lang.Object
com.ibm.wala.core.util.config.AnalysisScopeReader
com.ibm.wala.dalvik.dex.util.config.DexAnalysisScopeReader

public class DexAnalysisScopeReader extends com.ibm.wala.core.util.config.AnalysisScopeReader
Create AnalysisScope from java & dalvik file.
See Also:
  • AnalysisScope
  • Field Summary

    Fields inherited from class com.ibm.wala.core.util.config.AnalysisScopeReader

    instance, MY_CLASSLOADER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.ibm.wala.ipa.callgraph.AnalysisScope
    makeAndroidBinaryAnalysisScope(URI classPath, String exclusionsFile)
     

    Methods inherited from class com.ibm.wala.core.util.config.AnalysisScopeReader

    addClassPathToScope, handleInSubclass, makeBasePrimordialScope, makeJavaBinaryAnalysisScope, makePrimordialScope, processScopeDefLine, read, read, readJavaScope, setScopeReader

    Methods inherited from class java.lang.Object

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

    • DexAnalysisScopeReader

      public DexAnalysisScopeReader()
  • Method Details

    • makeAndroidBinaryAnalysisScope

      public static com.ibm.wala.ipa.callgraph.AnalysisScope makeAndroidBinaryAnalysisScope(URI classPath, String exclusionsFile) throws IOException
      Throws:
      IOException