public interface ConditionalExpression extends Expression
[JLS3:15.25] Conditional Operator ? :
Modifier and Type | Method and Description |
---|---|
Expression |
getCondition()
Returns the condition term.
|
Expression |
getElseExpression()
Returns the false term.
|
Expression |
getThenExpression()
Returns the truth term.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getCondition()
Expression getThenExpression()
Expression getElseExpression()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.