[]
Represents an operator invocation expression in the syntax tree.
public class OperatorNode : NonTerminalNode, ICloneable
Public Class OperatorNode
Inherits NonTerminalNode
Implements ICloneable
| Name | Description |
|---|---|
| OperatorNode(OperatorKind) | Creates a new OperatorNode from the type of the operator. |
| Name | Description |
|---|---|
| Kind | The type of the operator. |