public class ConditionalExpr extends Expr
| Constructor and Description |
|---|
ConditionalExpr(Position position,
Expr condition,
Expr ifBranch,
Expr elseBranch) |
| Modifier and Type | Method and Description |
|---|---|
Obj |
accept(ExprVisitor visitor,
Scope scope) |
void |
ast(java.lang.StringBuilder builder,
java.lang.String indent,
boolean isTail) |
Expr |
getCondition() |
Expr |
getElseBranch() |
Expr |
getIfBranch() |
andThen, ast, compute, getPosition