| 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.JastAddJ | |
| 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.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GSpecialInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
SpecialInvokeExpr |
Body.newSpecialInvokeExpr(Local base,
SootMethodRef method,
ASTNode location) |
SpecialInvokeExpr |
Body.newSpecialInvokeExpr(Local base,
SootMethodRef method,
List args,
ASTNode location) |
SpecialInvokeExpr |
Body.newSpecialInvokeExpr(Local base,
SootMethodRef method,
Value arg,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
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,
Value... args)
Constructs a NewSpecialInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
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) |
| 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,
boolean appOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseSpecialInvokeExpr(SpecialInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseSpecialInvokeExpr(SpecialInvokeExpr sie) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseSpecialInvokeExpr(SpecialInvokeExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.