Class RelationshipNode

A relationship node.

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

Properties

$tokens: Token[]

Accessors

  • get nodes(): readonly Node[]
  • A list of child nodes for this node.

    Returns readonly Node[]

Methods

  • Accept a visitor for this.

    Please note, each new subtype of Node must have a corresponding enumeration and visitor method.

    Parameters

    • visitor: Visitor

      The visitor for this node.

    Returns void