Package | Description |
---|---|
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.sootify | |
soot.toolkits.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
DInterfaceInvokeExpr |
Modifier and Type | Method and Description |
---|---|
InterfaceInvokeExpr |
Grimp.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a InterfaceInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
InterfaceInvokeExpr |
Grimp.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List args)
Constructs a InterfaceInvokeExpr(Local base, SootMethodRef method, List of Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
GrimpExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GInterfaceInvokeExpr |
Modifier and Type | Method and Description |
---|---|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method) |
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method) |
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method,
List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
List<? extends Value> args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method,
List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method,
List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value... args)
Constructs a NewInterfaceInvokeExpr(Local base, SootMethodRef method,
List of Immediate) grammar chunk.
|
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
InterfaceInvokeExpr |
Jimple.newInterfaceInvokeExpr(Local base,
SootMethodRef method,
Value arg) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
ExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractJimpleValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
AbstractExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
ExprSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterfaceInvokeExpr |
class |
JInterfaceInvokeExpr |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
void |
ValueTemplatePrinter.caseInterfaceInvokeExpr(InterfaceInvokeExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr expr) |
void |
UnitThrowAnalysis.ValueSwitch.caseInterfaceInvokeExpr(InterfaceInvokeExpr expr) |