ConditionalExpr

A conditional expression.

Methods
String asString()
String asString()
Type getType()
Type getType()
void setType(Type type)
void setType(Type type)

Fields
static Expr condition
static Expr ifFalse
static Expr ifTrue

condition

The condition.

ifFalse

The 'false' expression.

ifTrue

The 'true' expression.