Package | Description |
---|---|
soot.jimple.parser |
An interface to the Jimple parser.
|
soot.jimple.parser.analysis |
Modifier and Type | Method and Description |
---|---|
void |
Walker.inAFullMethodBody(AFullMethodBody node) |
void |
Walker.inAFullMethodBody(AFullMethodBody node) |
void |
Walker.outAFullMethodBody(AFullMethodBody node) |
void |
Walker.outAFullMethodBody(AFullMethodBody node) |
Modifier and Type | Method and Description |
---|---|
void |
DepthFirstAdapter.caseAFullMethodBody(AFullMethodBody node) |
void |
ReversedDepthFirstAdapter.caseAFullMethodBody(AFullMethodBody node) |
void |
AnalysisAdapter.caseAFullMethodBody(AFullMethodBody node) |
void |
Analysis.caseAFullMethodBody(AFullMethodBody node) |
void |
DepthFirstAdapter.inAFullMethodBody(AFullMethodBody node) |
void |
ReversedDepthFirstAdapter.inAFullMethodBody(AFullMethodBody node) |
void |
DepthFirstAdapter.outAFullMethodBody(AFullMethodBody node) |
void |
ReversedDepthFirstAdapter.outAFullMethodBody(AFullMethodBody node) |