Package | Description |
---|---|
soot.jimple.parser.node |
Modifier and Type | Class and Description |
---|---|
class |
AThrowsClause |
Modifier and Type | Method and Description |
---|---|
PThrowsClause |
AMethodMember.getThrowsClause() |
Modifier and Type | Method and Description |
---|---|
void |
AMethodMember.setThrowsClause(PThrowsClause node) |
Constructor and Description |
---|
AMethodMember(List<?> _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_) |