soot.jimple.parser.node
Class AMethodMember
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.PMember
soot.jimple.parser.node.AMethodMember
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AMethodMember
- extends PMember
Constructor Summary |
AMethodMember()
|
AMethodMember(List _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_)
|
AMethodMember(XPModifier _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_)
|
AMethodMember
public AMethodMember()
AMethodMember
public AMethodMember(List _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_)
AMethodMember
public AMethodMember(XPModifier _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getModifier
public LinkedList getModifier()
setModifier
public void setModifier(List list)
getType
public PType getType()
setType
public void setType(PType node)
getName
public PName getName()
setName
public void setName(PName node)
getLParen
public TLParen getLParen()
setLParen
public void setLParen(TLParen node)
getParameterList
public PParameterList getParameterList()
setParameterList
public void setParameterList(PParameterList node)
getRParen
public TRParen getRParen()
setRParen
public void setRParen(TRParen node)
getThrowsClause
public PThrowsClause getThrowsClause()
setThrowsClause
public void setThrowsClause(PThrowsClause node)
getMethodBody
public PMethodBody getMethodBody()
setMethodBody
public void setMethodBody(PMethodBody node)
toString
public String toString()
- Overrides:
toString
in class Object