case class LambdaBodyBlockNode(blockBody: BlockNode, comments: Seq[CommentNode] = Seq()) extends LambdaBodyNode with Product with Serializable
A lambda body where the body is a block.
- blockBody
a block representing the body of the lambda.
- Alphabetic
- By Inheritance
- LambdaBodyBlockNode
- Serializable
- Serializable
- LambdaBodyNode
- ExpressionNode
- JavaASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
LambdaBodyBlockNode(blockBody: BlockNode, comments: Seq[CommentNode] = Seq())
- blockBody
a block representing the body of the lambda.
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
-
lazy val
arguments: Seq[ExpressionNode]
The sequence of arguments of the expression (expressions themselves).
The sequence of arguments of the expression (expressions themselves).
- Definition Classes
- LambdaBodyNode → ExpressionNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
lazy val
block: Option[BlockNode]
Returns the body as a block if it is as such,
None
otherwise.Returns the body as a block if it is as such,
None
otherwise.- Definition Classes
- LambdaBodyNode
- val blockBody: BlockNode
-
val
body: Left[BlockNode, Nothing]
- Definition Classes
- LambdaBodyBlockNode → LambdaBodyNode
-
def
clone(lp: Seq[CommentNode], rp: Seq[CommentNode]): LambdaBodyNode
Clones the expression binding a pair of comments
Clones the expression binding a pair of comments
- Definition Classes
- LambdaBodyNode → ExpressionNode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
comments: Seq[CommentNode]
- Definition Classes
- LambdaBodyBlockNode → ExpressionNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
expression: Option[ExpressionNode]
Returns the body as an expression if it is as such,
None
otherwise.Returns the body as an expression if it is as such,
None
otherwise.- Definition Classes
- LambdaBodyNode
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
lazy val
isBlock: Boolean
true
iff the body is a block,false
otherwise.true
iff the body is a block,false
otherwise.- Definition Classes
- LambdaBodyNode
-
lazy val
isExpression: Boolean
true
iff the body is an expression,false
otherwise.true
iff the body is an expression,false
otherwise.- Definition Classes
- LambdaBodyNode
-
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
-
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( ... )