| Package | Description |
|---|---|
| soot.baf |
Public classes for the Baf intermediate representation.
|
| soot.grimp |
Public classes for the Grimp intermediate representation.
|
| soot.JastAddJ | |
| soot.jimple |
Public classes for the Jimple intermediate representation.
|
| soot.jimple.spark.builder | |
| soot.jimple.toolkits.pointer | |
| soot.sootify | |
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ParameterRef |
Baf.newParameterRef(Type paramType,
int number)
Constructs a ParameterRef(SootMethod, int) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRef |
Grimp.newParameterRef(Type paramType,
int number)
Constructs a ParameterRef(SootMethod, int) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterRef |
Body.newParameterRef(Type paramType,
int number,
ASTNode location) |
| Modifier and Type | Method and Description |
|---|---|
ParameterRef |
Jimple.newParameterRef(Type paramType,
int number)
Constructs a ParameterRef(SootMethod, int) grammar chunk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJimpleValueSwitch.caseParameterRef(ParameterRef v) |
void |
AbstractRefSwitch.caseParameterRef(ParameterRef v) |
void |
RefSwitch.caseParameterRef(ParameterRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodNodeFactory.caseParameterRef(ParameterRef pr) |
| Modifier and Type | Method and Description |
|---|---|
static int |
LocalMustAliasAnalysis.parameterRefNumber(ParameterRef r) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTemplatePrinter.caseParameterRef(ParameterRef v) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseParameterRef(ParameterRef v) |
Copyright © 2020 Soot OSS. All rights reserved.