| Package | Description |
|---|---|
| soot.dexpler | |
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
DalvikThrowAnalysis |
| Modifier and Type | Class and Description |
|---|---|
class |
PedanticThrowAnalysis
A
ThrowAnalysis that says that every unit can throw every
possible exception type. |
class |
UnitThrowAnalysis
A
ThrowAnalysis which returns the set of runtime exceptions
and errors that might be thrown by the bytecode instructions
represented by a unit, as indicated by the Java Virtual Machine
specification. |