Class: Variable
Represents a variable usage or reference in an expression.
Constructors
Constructor
new Variable(
identifier,expression,variableType?,loc?):Variable
Parameters
| Parameter | Type |
|---|---|
identifier | SymbolPrimitive |
expression | Expression |
variableType? | Type |
loc? | SourceLocation |
Returns
Variable
Overrides
ASTNode.constructor