| Package | Description |
|---|---|
| soot.baf |
Public classes for the Baf intermediate representation.
|
| soot.dava.internal.javaRep | |
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| soot.jbco.util | |
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.spark.builder | |
| soot.sootify | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ThisRef |
Baf.newThisRef(RefType t)
Constructs a ThisRef(RefType) grammar chunk.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DThisRef |
| Modifier and Type | Method and Description |
|---|---|
ThisRef |
Grimp.newThisRef(RefType t)
Constructs a ThisRef(RefType) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
ThisRef |
Body.newThisRef(RefType t,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
static Local |
BodyBuilder.buildThisLocal(PatchingChain<Unit> units,
ThisRef tr,
Collection<Local> locals) |
| Modifier and Type | Method and Description |
|---|---|
ThisRef |
Jimple.newThisRef(RefType t)
Constructs a ThisRef(RefType) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJimpleValueSwitch.caseThisRef(ThisRef v) |
void |
AbstractRefSwitch.caseThisRef(ThisRef v) |
void |
RefSwitch.caseThisRef(ThisRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseThisRef(ThisRef tr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseThisRef(ThisRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseThisRef(ThisRef v) |
Copyright © 2020 Soot OSS. All rights reserved.