| 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 |
|---|---|
XorExpr |
Grimp.newXorExpr(Value op1,
Value op2)
Constructs a XorExpr(Expr, Expr) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseXorExpr(XorExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GXorExpr |
| Modifier and Type | Method and Description |
|---|---|
XorExpr |
Jimple.newXorExpr(Value op1,
Value op2)
Constructs a XorExpr(Immediate, Immediate) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseXorExpr(XorExpr v) |
void |
AbstractJimpleValueSwitch.caseXorExpr(XorExpr v) |
void |
ExprSwitch.caseXorExpr(XorExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
JXorExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseXorExpr(XorExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseXorExpr(XorExpr xe) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseXorExpr(XorExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.