case class UnboundConditionalExpressionNode(thenExpr: ExpressionNode, elseExpr: ExpressionNode, comments: Seq[CommentNode] = Seq()) extends ExpressionNode with Product with Serializable
Intermediate node used during parsing to construct right-associative ternary expressions.
- Alphabetic
- By Inheritance
- UnboundConditionalExpressionNode
- Serializable
- Serializable
- ExpressionNode
- JavaASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new UnboundConditionalExpressionNode(thenExpr: ExpressionNode, elseExpr: ExpressionNode, comments: Seq[CommentNode] = Seq())
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
arguments: Seq[ExpressionNode]
- Definition Classes
- UnboundConditionalExpressionNode → ExpressionNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(lp: Seq[CommentNode], rp: Seq[CommentNode]): UnboundConditionalExpressionNode
Clones the expression binding a pair of comments
Clones the expression binding a pair of comments
- Definition Classes
- UnboundConditionalExpressionNode → ExpressionNode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
comments: Seq[CommentNode]
- Definition Classes
- UnboundConditionalExpressionNode → ExpressionNode
-
def
compose(leftSide: UnboundConditionalExpressionNode): UnboundConditionalExpressionNode
Right-compose two conditional expression node
- val elseExpr: ExpressionNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalBinding(condition: ExpressionNode): ConditionalExpressionNode
Complete binding of conditional expression node with the right associativity.
Complete binding of conditional expression node with the right associativity.
Used only during parsing.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isMissingExpression: Boolean
- Definition Classes
- ExpressionNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val thenExpr: ExpressionNode
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )