Constructor
new VariableExpression()
Creates a new VariableExpression.
- Source:
Methods
accept(visitor)
Accepts a visitor.
Parameters:
| Name | Type | Description |
|---|---|---|
visitor |
object | entity that is traversing the AST |
- Source:
Represents a node in the AST.
Creates a new VariableExpression.
Accepts a visitor.
| Name | Type | Description |
|---|---|---|
visitor |
object | entity that is traversing the AST |