Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

The variable names in the for expression

The expression which will be looped.

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

Accessors

  • get span(): CodeSpan
  • Returns CodeSpan

Methods