public final class AIfStatement extends PStatement
Constructor and Description |
---|
AIfStatement() |
AIfStatement(TIf _if_,
PBoolExpr _boolExpr_,
PGotoStmt _gotoStmt_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PBoolExpr |
getBoolExpr() |
PGotoStmt |
getGotoStmt() |
TIf |
getIf() |
void |
setBoolExpr(PBoolExpr node) |
void |
setGotoStmt(PGotoStmt node) |
void |
setIf(TIf node) |
String |
toString() |