java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs.AndroidBoot

public class AndroidBoot extends Object
Create some Android-Environment.

Used by the AndroidModel to assign some fields in the analyzed Application if the settings instruct it to do so.

Since:
2013-10-23
See Also:
  • Constructor Details

    • AndroidBoot

      public AndroidBoot()
  • Method Details

    • addBootCode

      public void addBootCode(com.ibm.wala.core.util.ssa.TypeSafeInstructionFactory instructionFactory, com.ibm.wala.core.util.ssa.SSAValueManager pm, com.ibm.wala.ipa.summaries.VolatileMethodSummary body)
    • getSystemContext

      public com.ibm.wala.core.util.ssa.SSAValue getSystemContext()
    • getPackageContext

      public com.ibm.wala.core.util.ssa.SSAValue getPackageContext()
    • getMainThread

      public com.ibm.wala.core.util.ssa.SSAValue getMainThread()