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) |
java.lang.Object |
clone() |
PCaseLabel |
getCaseLabel() |
TColon |
getColon() |
PGotoStmt |
getGotoStmt() |
void |
setCaseLabel(PCaseLabel node) |
void |
setColon(TColon node) |
void |
setGotoStmt(PGotoStmt node) |
java.lang.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)
public java.lang.String toString()
toString in class java.lang.Object