public class AndroidBoot extends Object
AndroidModel
,
AndroidEntryPointManager
Modifier and Type | Class and Description |
---|---|
static class |
AndroidBoot.BootAction |
Constructor and Description |
---|
AndroidBoot(Set<AndroidBoot.BootAction> whatToDo) |
Modifier and Type | Method and Description |
---|---|
void |
addBootCode(TypeSafeInstructionFactory instructionFactory,
ParameterAccessor acc,
SSAValueManager pm,
VolatileMethodSummary body) |
SSAValue |
getMainThread() |
SSAValue |
getPackageContext() |
SSAValue |
getSystemContext() |
public AndroidBoot(Set<AndroidBoot.BootAction> whatToDo)
public void addBootCode(TypeSafeInstructionFactory instructionFactory, ParameterAccessor acc, SSAValueManager pm, VolatileMethodSummary body)
public SSAValue getSystemContext()
public SSAValue getPackageContext()
public SSAValue getMainThread()