| Package | Description |
|---|---|
| soot.dava.toolkits.base.AST | |
| soot.dava.toolkits.base.AST.analysis | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.grimp.internal |
Internal, messy, implementation-specific classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| 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 |
|---|---|
void |
ASTAnalysis.analyseInstanceOfExpr(InstanceOfExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAdapter.caseInstanceOfExpr(InstanceOfExpr ioe) |
void |
Analysis.caseInstanceOfExpr(InstanceOfExpr ioe) |
void |
AnalysisAdapter.caseInstanceOfExpr(InstanceOfExpr ioe) |
void |
DepthFirstAdapter.inInstanceOfExpr(InstanceOfExpr ioe) |
void |
DepthFirstAdapter.outInstanceOfExpr(InstanceOfExpr ioe) |
| Modifier and Type | Method and Description |
|---|---|
InstanceOfExpr |
Grimp.newInstanceOfExpr(Value op1,
Type t)
Constructs a InstanceOfExpr(Expr, Type) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrimpExprSwitch.caseInstanceOfExpr(InstanceOfExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
GInstanceOfExpr |
| Modifier and Type | Method and Description |
|---|---|
InstanceOfExpr |
Body.newInstanceOfExpr(Value op1,
Type t,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
InstanceOfExpr |
Jimple.newInstanceOfExpr(Value op1,
Type t)
Constructs a InstanceOfExpr(Immediate, Type) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExprSwitch.caseInstanceOfExpr(InstanceOfExpr v) |
void |
AbstractJimpleValueSwitch.caseInstanceOfExpr(InstanceOfExpr v) |
void |
ExprSwitch.caseInstanceOfExpr(InstanceOfExpr v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstanceOfExpr |
class |
JInstanceOfExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseInstanceOfExpr(InstanceOfExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprVisitor.caseInstanceOfExpr(InstanceOfExpr ioe) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseInstanceOfExpr(InstanceOfExpr expr) |
Copyright © 2020 Soot OSS. All rights reserved.