| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.toolkits.callgraph | |
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
NumberedString |
SootMethod.getNumberedSubSignature() |
NumberedString |
SootMethodRef.getSubSignature() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SootClass.declaresMethod(NumberedString subsignature)
Does this class declare a method with the given subsignature?
|
SootMethod |
SootClass.getMethod(NumberedString subsignature) |
| Modifier and Type | Field and Description |
|---|---|
NumberedString |
VirtualCalls.sigClinit |
protected NumberedString |
OnFlyCallGraphBuilder.sigFinalize |
protected NumberedString |
OnFlyCallGraphBuilder.sigForName |
protected NumberedString |
OnFlyCallGraphBuilder.sigInit |
protected NumberedString |
OnFlyCallGraphBuilder.sigObjRun |
NumberedString |
VirtualCalls.sigRun |
protected NumberedString |
OnFlyCallGraphBuilder.sigRun |
NumberedString |
VirtualCalls.sigStart |
protected NumberedString |
OnFlyCallGraphBuilder.sigStart |
| Modifier and Type | Method and Description |
|---|---|
NumberedString |
VirtualCallSite.subSig() |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualCalls.resolve(Type t,
Type declaredType,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets) |
void |
VirtualCalls.resolve(Type t,
Type declaredType,
Type sigType,
NumberedString subSig,
SootMethod container,
ChunkedQueue targets) |
SootMethod |
VirtualCalls.resolveNonSpecial(RefType t,
NumberedString subSig) |
SootMethod |
VirtualCalls.resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container) |
| Constructor and Description |
|---|
VirtualCallSite(Stmt stmt,
SootMethod container,
InstanceInvokeExpr iie,
NumberedString subSig,
Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
NumberedString |
StringNumberer.find(java.lang.String s) |
NumberedString |
StringNumberer.findOrAdd(java.lang.String s) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.