| Modifier and Type | Field and Description |
|---|---|
protected Expr |
_falseExpr |
protected Expr |
_testExpr |
protected Expr |
_trueExpr |
| Constructor and Description |
|---|
IfExpr(Expr testExpr,
Expr trueExpr,
Expr falseExpr) |
| Modifier and Type | Method and Description |
|---|---|
int |
eval(int n) |