Class LiteralExpr<TValue>

A literal expression (just a simple number, string or a boolean)

Type Parameters

  • TValue

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

tokens: {
    literalToken: LiteralToken<TValue>;
}
value: TValue

Accessors

Methods