public interface ConditionalExpressionTree extends ExpressionTree
condition ? trueExpression : falseExpression
| Modifier and Type | Method and Description |
|---|---|
ExpressionTree |
getCondition()
Returns the condition.
|
ExpressionTree |
getFalseExpression()
Returns the expression to be evaluated if the condition is false.
|
ExpressionTree |
getTrueExpression()
Returns the expression to be evaluated if the condition is true.
|
ExpressionTree getCondition()
ExpressionTree getTrueExpression()
ExpressionTree getFalseExpression()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src