UnaryOperationTokenImplements
Implements
Description
Token that represents the unary operations for expressions.
Constructor
UnaryOperationToken( operator: "!" | "+" | "-", operand: PrimaryExpressionToken )Parameters
| Name | Type | Description |
|---|---|---|
| "!" | "+" | "-" | ||
| PrimaryExpressionToken |
Properties
token: "unaryOperation"operator: "!" | "+" | "-"operand: PrimaryExpressionTokenMethods
toString( spaces?: number ): stringParameters
| Name | Type | Description |
|---|---|---|
| number |