Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Sub<T>

As opposed to Literal; represents an sub-Expression embedded in the AST.

(Functions that return this are usually also available as eval* versions that help you interpret subexpressions recursively; see Expression for more information.)

Type parameters

  • T

Hierarchy

  • Sub

Index

Properties

Properties

expr

expr: T

type

type: "subexpression"

Generated using TypeDoc