| Package | Description |
|---|---|
| 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.sootify | |
| soot.toDex | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
DynamicInvokeExpr |
Grimp.newDynamicInvokeExpr(SootMethodRef bootstrapMethodRef,
List<Value> bootstrapArgs,
SootMethodRef methodRef,
int tag,
List args)
Constructs a new DynamicInvokeExpr grammar chunk.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GDynamicInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
DynamicInvokeExpr |
Jimple.newDynamicInvokeExpr(SootMethodRef bootstrapMethodRef,
List<? extends Value> bootstrapArgs,
SootMethodRef methodRef,
int tag,
List<? extends Value> args)
Constructs a NewDynamicInvokeExpr(SootMethodRef bootstrapMethodRef, List bootstrapArgs, SootMethodRef methodRef, List
args) grammar chunk.
|
DynamicInvokeExpr |
Jimple.newDynamicInvokeExpr(SootMethodRef bootstrapMethodRef,
List<? extends Value> bootstrapArgs,
SootMethodRef methodRef,
List<? extends Value> args)
Constructs a NewDynamicInvokeExpr(SootMethodRef bootstrapMethodRef, List bootstrapArgs, SootMethodRef methodRef, List
args) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
void |
ExprSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDynamicInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.