Constructor
new UnaryExpression()
Creates a new UnaryExpression.
- 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 UnaryExpression.
Accepts a visitor.
| Name | Type | Description |
|---|---|---|
visitor |
object | entity that is traversing the AST |