| Package | Description |
|---|---|
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.internal |
Internal, messy, implementation-specific classes for the Jimple intermediate representation.
|
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
DynamicInvokeExpr |
Jimple.newDynamicInvokeExpr(SootMethodRef bootstrapMethodRef,
java.util.List bootstrapArgs,
SootMethodRef methodRef,
java.util.List args)
Constructs a NewDynamicInvokeExpr(SootMethodRef bootstrapMethodRef, List bootstrapArgs, SootMethodRef methodRef, List args) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
JDynamicInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseDynamicInvokeExpr(DynamicInvokeExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.