[]
Represents a parenthesis expression in the syntax tree.
public class ParenthesisNode : NonTerminalNode, ICloneable
Public Class ParenthesisNode
Inherits NonTerminalNode
Implements ICloneable
| Name | Description |
|---|---|
| ParenthesisNode() | Creates a new ParenthesisNode. |