Class BlockExpression

java.lang.Object
net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
net.ssehub.easy.varModel.cst.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