Class AndroidBoot
java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.androidModel.stubs.AndroidBoot
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBootCode(com.ibm.wala.core.util.ssa.TypeSafeInstructionFactory instructionFactory, com.ibm.wala.core.util.ssa.SSAValueManager pm, com.ibm.wala.ipa.summaries.VolatileMethodSummary body) com.ibm.wala.core.util.ssa.SSAValuecom.ibm.wala.core.util.ssa.SSAValuecom.ibm.wala.core.util.ssa.SSAValue
-
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()
-