Package | Description |
---|---|
soot.baf |
Public classes for the Baf intermediate representation.
|
soot.grimp |
Public classes for the Grimp intermediate representation.
|
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.
|
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.
|
ParameterRef |
Grimp.newParameterRef(Type paramType,
int number)
Constructs a ParameterRef(SootMethod, int) grammar chunk.
|
Modifier and Type | Method and Description |
---|---|
ParameterRef |
Jimple.newParameterRef(Type paramType,
int number)
Constructs a ParameterRef(SootMethod, int) grammar chunk.
|
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) |
void |
AbstractJimpleValueSwitch.caseParameterRef(ParameterRef v) |
void |
RefSwitch.caseParameterRef(ParameterRef v) |
void |
AbstractRefSwitch.caseParameterRef(ParameterRef v) |
Modifier and Type | Method and Description |
---|---|
void |
MethodNodeFactory.caseParameterRef(ParameterRef pr) |
void |
MethodNodeFactory.caseParameterRef(ParameterRef pr) |
Modifier and Type | Method and Description |
---|---|
static int |
LocalMustAliasAnalysis.parameterRefNumber(ParameterRef r) |
static int |
LocalMustAliasAnalysis.parameterRefNumber(ParameterRef r) |
Modifier and Type | Method and Description |
---|---|
void |
ValueTemplatePrinter.caseParameterRef(ParameterRef v) |
void |
ValueTemplatePrinter.caseParameterRef(ParameterRef v) |
Modifier and Type | Method and Description |
---|---|
void |
UnitThrowAnalysis.ValueSwitch.caseParameterRef(ParameterRef v) |
void |
UnitThrowAnalysis.ValueSwitch.caseParameterRef(ParameterRef v) |