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 |
---|---|
SubExpr |
Grimp.newSubExpr(Value op1,
Value op2)
Constructs a SubExpr(Expr, Expr) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
GrimpExprSwitch.caseSubExpr(SubExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
GSubExpr |
Modifier and Type | Method and Description |
---|---|
SubExpr |
Jimple.newSubExpr(Value op1,
Value op2)
Constructs a SubExpr(Immediate, Immediate) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprSwitch.caseSubExpr(SubExpr v) |
void |
AbstractJimpleValueSwitch.caseSubExpr(SubExpr v) |
void |
AbstractExprSwitch.caseSubExpr(SubExpr v) |
Modifier and Type | Class and Description |
---|---|
class |
JSubExpr |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseSubExpr(SubExpr v) |
Modifier and Type | Method and Description |
---|---|
void |
ExprVisitor.caseSubExpr(SubExpr se) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseSubExpr(SubExpr expr) |
Copyright © 2020 Sable. All rights reserved.