| Package | Description |
|---|---|
| soot.dava.internal.javaRep | |
| soot.dava.toolkits.base.AST | |
| soot.dava.toolkits.base.AST.analysis | |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DLengthExpr |
class |
DNegExpr |
class |
DNotExpr |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTAnalysis.analyseUnopExpr(UnopExpr v) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepthFirstAdapter.caseUnopExpr(UnopExpr ue) |
void |
Analysis.caseUnopExpr(UnopExpr ue) |
void |
AnalysisAdapter.caseUnopExpr(UnopExpr ue) |
void |
DepthFirstAdapter.inUnopExpr(UnopExpr ue) |
void |
DepthFirstAdapter.outUnopExpr(UnopExpr ue) |
| Modifier and Type | Class and Description |
|---|---|
class |
GLengthExpr |
class |
GNegExpr |
| Modifier and Type | Method and Description |
|---|---|
UnopExpr |
Body.newLengthExpr(Value op,
ASTNode location) |
UnopExpr |
Body.newNegExpr(Value op,
ASTNode location) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LengthExpr |
interface |
NegExpr |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLengthExpr |
class |
AbstractNegExpr |
class |
AbstractUnopExpr |
class |
JLengthExpr |
class |
JNegExpr |
Copyright © 2020 Soot OSS. All rights reserved.