Class UnaryExpression
Unary operation expression (e.g., -x, !flag).
Constructors
| Name | Description |
|---|---|
this
(operator, operand, line, column)
|
Creates a unary expression. |
Fields
| Name | Type | Description |
|---|---|---|
operand
|
Expression | Operand expression |
operator
|
TokenType | Operator token |
column
|
ulong | Column number where this node starts in source |
line
|
ulong | Line number where this node appears in source |