Class LetExprWithScope

Hierarchy (view full)

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

The names of the assigned variables in this let expression.

The inner expression which will use the expression.

scope: Scope
tokens: {
    firstParen: Token;
    name: Token;
    secondParen: Token;
}

Accessors

  • get span(): CodeSpan
  • Returns CodeSpan

Methods