Class ResolvedLookupExpr

Represents a resolved lookup expression. It can either point to an assignment node, or to a named function declaration.

resolvedDeclaration must be set by the instantiating class.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

name: string
tokens: {
    identifier: Token;
}

Accessors

Methods