Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.dava.internal.javaRep | |
soot.grimp |
Public classes for the Grimp intermediate representation.
|
soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
soot.jimple |
Public classes for the Jimple intermediate representation.
|
soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
soot.jimple.toolkits.callgraph | |
soot.sootify | |
soot.toolkits.exceptions |
Modifier and Type | Method and Description |
---|---|
SootMethod |
FastHierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie,
SootMethod container)
Returns the target for the given SpecialInvokeExpr.
|
SootMethod |
Hierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie,
SootMethod container)
Returns the target for the given SpecialInvokeExpr.
|
SootMethod |
Hierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie,
SootMethod container)
Returns the target for the given SpecialInvokeExpr.
|
SootMethod |
FastHierarchy.resolveSpecialDispatch(SpecialInvokeExpr ie,
SootMethod container)
Returns the target for the given SpecialInvokeExpr.
|
Modifier and Type | Class and Description |
---|---|
class |
DSpecialInvokeExpr |
Modifier and Type | Method and Description |
---|---|
SpecialInvokeExpr |
Grimp.newSpecialInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a SpecialInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
SpecialInvokeExpr |
Grimp.newSpecialInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a SpecialInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
GrimpExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GSpecialInvokeExpr |
Modifier and Type | Method and Description |
---|---|
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method) |
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method) |
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List
of Immediate) grammar chunk.
|
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List
of Immediate) grammar chunk.
|
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List
of Immediate) grammar chunk.
|
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List
of Immediate) grammar chunk.
|
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
SpecialInvokeExpr |
Jimple.newSpecialInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
ExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
AbstractExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
ExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpecialInvokeExpr |
class |
JSpecialInvokeExpr |
Modifier and Type | Method and Description |
---|---|
SootMethod |
VirtualCalls.resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container) |
SootMethod |
VirtualCalls.resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container) |
SootMethod |
VirtualCalls.resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container,
boolean appOnly) |
SootMethod |
VirtualCalls.resolveSpecial(SpecialInvokeExpr iie,
NumberedString subSig,
SootMethod container,
boolean appOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
void |
ValueTemplatePrinter.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr expr) |