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