Class Node<T>Abstract

A node represents the abstract syntax tree that results from parsing an expression using Parser.parse.

It can be evaluated in a given context using the Node.eval method.

Type Parameters

  • T = unknown

Constructors

Methods

Constructors

  • Type Parameters

    • T = unknown

    Returns Node<T>

Methods

Generated using TypeDoc