Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

The variable names in the let expression

The expression where the declared variables will be accessible.

tokens: {
    firstParen: Token;
    letKeyword: Token;
    secondParen: Token;
}

Accessors

  • get span(): CodeSpan
  • Returns CodeSpan

Methods