public final class ACatchClause extends PCatchClause
Constructor and Description |
---|
ACatchClause() |
ACatchClause(TCatch _catch_,
PClassName _name_,
TFrom _from_,
PLabelName _fromLabel_,
TTo _to_,
PLabelName _toLabel_,
TWith _with_,
PLabelName _withLabel_,
TSemicolon _semicolon_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
TCatch |
getCatch() |
TFrom |
getFrom() |
PLabelName |
getFromLabel() |
PClassName |
getName() |
TSemicolon |
getSemicolon() |
TTo |
getTo() |
PLabelName |
getToLabel() |
TWith |
getWith() |
PLabelName |
getWithLabel() |
void |
setCatch(TCatch node) |
void |
setFrom(TFrom node) |
void |
setFromLabel(PLabelName node) |
void |
setName(PClassName node) |
void |
setSemicolon(TSemicolon node) |
void |
setTo(TTo node) |
void |
setToLabel(PLabelName node) |
void |
setWith(TWith node) |
void |
setWithLabel(PLabelName node) |
String |
toString() |
public ACatchClause()
public ACatchClause(TCatch _catch_, PClassName _name_, TFrom _from_, PLabelName _fromLabel_, TTo _to_, PLabelName _toLabel_, TWith _with_, PLabelName _withLabel_, TSemicolon _semicolon_)
public void apply(Switch sw)
public TCatch getCatch()
public void setCatch(TCatch node)
public PClassName getName()
public void setName(PClassName node)
public TFrom getFrom()
public void setFrom(TFrom node)
public PLabelName getFromLabel()
public void setFromLabel(PLabelName node)
public TTo getTo()
public void setTo(TTo node)
public PLabelName getToLabel()
public void setToLabel(PLabelName node)
public TWith getWith()
public void setWith(TWith node)
public PLabelName getWithLabel()
public void setWithLabel(PLabelName node)
public TSemicolon getSemicolon()
public void setSemicolon(TSemicolon node)