| Package | Description |
|---|---|
| soot.baf |
Public classes for the Baf intermediate representation.
|
| soot.baf.internal |
Internal, messy, implementation-specific classes for the Baf intermediate representation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GotoInst |
interface |
IfCmpEqInst |
interface |
IfCmpGeInst |
interface |
IfCmpGtInst |
interface |
IfCmpLeInst |
interface |
IfCmpLtInst |
interface |
IfCmpNeInst |
interface |
IfEqInst |
interface |
IfGeInst |
interface |
IfGtInst |
interface |
IfLeInst |
interface |
IfLtInst |
interface |
IfNeInst |
interface |
IfNonNullInst |
interface |
IfNullInst |
interface |
JSRInst |
| Modifier and Type | Class and Description |
|---|---|
class |
BGotoInst |
class |
BIfCmpEqInst |
class |
BIfCmpGeInst |
class |
BIfCmpGtInst |
class |
BIfCmpLeInst |
class |
BIfCmpLtInst |
class |
BIfCmpNeInst |
class |
BIfEqInst |
class |
BIfGeInst |
class |
BIfGtInst |
class |
BIfLeInst |
class |
BIfLtInst |
class |
BIfNeInst |
class |
BIfNonNullInst |
class |
BIfNullInst |
class |
BJSRInst |
Copyright © 2020 Soot OSS. All rights reserved.