| Package | Description |
|---|---|
| soot.jimple.parser.node |
| Modifier and Type | Class and Description |
|---|---|
class |
ACatchClause |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<PCatchClause> |
AFullMethodBody.getCatchClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
AFullMethodBody.setCatchClause(java.util.List<PCatchClause> list) |
| Constructor and Description |
|---|
AFullMethodBody(TLBrace _lBrace_,
java.util.List<PDeclaration> _declaration_,
java.util.List<PStatement> _statement_,
java.util.List<PCatchClause> _catchClause_,
TRBrace _rBrace_) |