[]
Represents an reference node in the syntax tree.
public class ReferenceNode : TerminalNode, ICloneable
Public Class ReferenceNode
Inherits TerminalNode
Implements ICloneable
| Name | Description |
|---|---|
| ReferenceNode(Reference) | Creates a new ReferenceNode from Reference. |
| Name | Description |
|---|---|
| Reference | The reference of this node. |