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