Packages

c

ch.usi.inf.reveal.parsing.model.java

LambdaBodyBlockNode

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.

Linear Supertypes
Serializable, Serializable, LambdaBodyNode, ExpressionNode, JavaASTNode, HASTNode, JsonSerializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LambdaBodyBlockNode
  2. Serializable
  3. Serializable
  4. LambdaBodyNode
  5. ExpressionNode
  6. JavaASTNode
  7. HASTNode
  8. JsonSerializable
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LambdaBodyBlockNode(blockBody: BlockNode, comments: Seq[CommentNode] = Seq())

    blockBody

    a block representing the body of the lambda.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. 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
    LambdaBodyNodeExpressionNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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
  7. val blockBody: BlockNode
  8. val body: Left[BlockNode, Nothing]
    Definition Classes
    LambdaBodyBlockNodeLambdaBodyNode
  9. 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
    LambdaBodyNodeExpressionNode
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val comments: Seq[CommentNode]
    Definition Classes
    LambdaBodyBlockNodeExpressionNode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. 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
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. 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
  17. 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
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val isMissingExpression: Boolean
    Definition Classes
    ExpressionNode
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LambdaBodyNode

Inherited from ExpressionNode

Inherited from JavaASTNode

Inherited from HASTNode

Inherited from JsonSerializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped