Module jdk.compiler

Interface ConditionalExpressionTree

All Superinterfaces:
ExpressionTree, Tree

public interface ConditionalExpressionTree extends ExpressionTree
A tree node for the conditional operator ? :. For example:
   condition ? trueExpression : falseExpression
 
See Java Language Specification:
15.25 Conditional Operator ? :
Since:
1.6