Class BlockExpression

  • All Implemented Interfaces:
    IAttributeAccess

    public class BlockExpression
    extends ConstraintSyntaxTree
    Represents a block of expressions. The type of the block as well as its value are determined by the last (non-comment) expression in the block.
    Author:
    Holger Eichelberger