sealed trait LambdaBodyNode extends ExpressionNode
The body of a lambda expression.
- Alphabetic
- By Inheritance
- LambdaBodyNode
- ExpressionNode
- JavaASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
val
body: Either[BlockNode, ExpressionNode]
Either a block, or an expression.
-
abstract
def
canEqual(that: Any): Boolean
- Definition Classes
- Equals
-
abstract
val
comments: Seq[CommentNode]
The comments following the expression
The comments following the expression
- Definition Classes
- ExpressionNode
-
abstract
def
productArity: Int
- Definition Classes
- Product
-
abstract
def
productElement(n: Int): Any
- Definition Classes
- Product
Concrete 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. -
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( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
expression: Option[ExpressionNode]
Returns the body as an expression if it is as such,
None
otherwise. -
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
lazy val
isBlock: Boolean
true
iff the body is a block,false
otherwise. -
lazy val
isExpression: Boolean
true
iff the body is an expression,false
otherwise. -
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
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )