UnresolvedExpression class
Declarations aren’t resolved until they’re requierd, and their resolution order matters for variable resolution. This internal class is used to store any required data, and to allow for instanceof
detection.
Signature:
export declare class UnresolvedExpression
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(expression, scope) | Constructs a new instance of the UnresolvedExpression class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
expression | Expression | ||
scope | Context[‘scope’] |