public final class ACaseStmt extends PCaseStmt
Constructor and Description |
---|
ACaseStmt() |
ACaseStmt(PCaseLabel _caseLabel_,
TColon _colon_,
PGotoStmt _gotoStmt_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PCaseLabel |
getCaseLabel() |
TColon |
getColon() |
PGotoStmt |
getGotoStmt() |
void |
setCaseLabel(PCaseLabel node) |
void |
setColon(TColon node) |
void |
setGotoStmt(PGotoStmt node) |
String |
toString() |
public ACaseStmt()
public ACaseStmt(PCaseLabel _caseLabel_, TColon _colon_, PGotoStmt _gotoStmt_)
public void apply(Switch sw)
public PCaseLabel getCaseLabel()
public void setCaseLabel(PCaseLabel node)
public TColon getColon()
public void setColon(TColon node)
public PGotoStmt getGotoStmt()
public void setGotoStmt(PGotoStmt node)