| 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 |
|---|---|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
java.util.List args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg1,
Value arg2)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method, List of Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterfaceInvokeExpr |
class |
JInterfaceInvokeExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr expr) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.