Represents an unary expression (!right, -right)

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

operation: TokenType

The operation of this unary expression.

right: Expression

The expression on which the operation is performed.

tokens: {
    operator: Token;
}

Accessors

Methods