| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.coffi |
Contains classes from the Coffi tool, by Clark Verbrugge.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownMethodSource
A MethodSource for methods that don't know where to get Body's from.
|
| Modifier and Type | Field and Description |
|---|---|
protected MethodSource |
SootMethod.ms
Tells this method how to find out where its body lives.
|
| Modifier and Type | Method and Description |
|---|---|
MethodSource |
SootMethod.getSource()
Returns the MethodSource of the current SootMethod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SootMethod.setSource(MethodSource ms)
Sets the MethodSource of the current SootMethod.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoffiMethodSource |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.