Class ParensNode

A parentheses node.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

$nodes: Node[]

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

  • Evaluate the node against the evaluation context and return the result.

    Parameters

    Returns boolean

    the resultant evaluation.

Generated using TypeDoc