Class Let

All Implemented Interfaces:
IAttributeAccess
Direct Known Subclasses:
IterLet

public class Let extends ConstraintSyntaxTree
Represents a let expression, i.e. a local variable declaration which can be used in the attached expression.
Author:
Holger Eichelberger