@Exported 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, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b68