Class FunctionCallLikeExprAbstract

A common class for the Echo, Assert and Let expression so that the constructor is not copied.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

The names of the assigned variables in this let expression.

The inner expression which will use the expression.

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

Accessors

Methods