public final class AMethodMember extends PMember
Constructor and Description |
---|
AMethodMember() |
AMethodMember(List<?> _modifier_,
PType _type_,
PName _name_,
TLParen _lParen_,
PParameterList _parameterList_,
TRParen _rParen_,
PThrowsClause _throwsClause_,
PMethodBody _methodBody_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
TLParen |
getLParen() |
PMethodBody |
getMethodBody() |
LinkedList<PModifier> |
getModifier() |
PName |
getName() |
PParameterList |
getParameterList() |
TRParen |
getRParen() |
PThrowsClause |
getThrowsClause() |
PType |
getType() |
void |
setLParen(TLParen node) |
void |
setMethodBody(PMethodBody node) |
void |
setModifier(List<?> list) |
void |
setName(PName node) |
void |
setParameterList(PParameterList node) |
void |
setRParen(TRParen node) |
void |
setThrowsClause(PThrowsClause node) |
void |
setType(PType node) |
String |
toString() |
public AMethodMember()
public AMethodMember(List<?> _modifier_, PType _type_, PName _name_, TLParen _lParen_, PParameterList _parameterList_, TRParen _rParen_, PThrowsClause _throwsClause_, PMethodBody _methodBody_)
public void apply(Switch sw)
public LinkedList<PModifier> getModifier()
public void setModifier(List<?> list)
public PType getType()
public void setType(PType node)
public PName getName()
public void setName(PName node)
public TLParen getLParen()
public void setLParen(TLParen node)
public PParameterList getParameterList()
public void setParameterList(PParameterList node)
public TRParen getRParen()
public void setRParen(TRParen node)
public PThrowsClause getThrowsClause()
public void setThrowsClause(PThrowsClause node)
public PMethodBody getMethodBody()
public void setMethodBody(PMethodBody node)
Copyright © 2020 Sable. All rights reserved.