public final class AFullMethodBody extends PMethodBody
Constructor and Description |
---|
AFullMethodBody() |
AFullMethodBody(TLBrace _lBrace_,
List<?> _declaration_,
List<?> _statement_,
List<?> _catchClause_,
TRBrace _rBrace_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
LinkedList<PCatchClause> |
getCatchClause() |
LinkedList<PDeclaration> |
getDeclaration() |
TLBrace |
getLBrace() |
TRBrace |
getRBrace() |
LinkedList<PStatement> |
getStatement() |
void |
setCatchClause(List<?> list) |
void |
setDeclaration(List<?> list) |
void |
setLBrace(TLBrace node) |
void |
setRBrace(TRBrace node) |
void |
setStatement(List<?> list) |
String |
toString() |
public void apply(Switch sw)
public TLBrace getLBrace()
public void setLBrace(TLBrace node)
public LinkedList<PDeclaration> getDeclaration()
public void setDeclaration(List<?> list)
public LinkedList<PStatement> getStatement()
public void setStatement(List<?> list)
public LinkedList<PCatchClause> getCatchClause()
public void setCatchClause(List<?> list)
public TRBrace getRBrace()
public void setRBrace(TRBrace node)