Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implemented by

Index

Properties

Properties

Optional children

children: INode[]

Children of that node. Not every type of node can have children. Following types are typically supporting children-nodes:

  • ArrayNode: Children are the array-items
  • FunctionNode: children are the arguments
  • BracketNode: children are a list of nodes at the same level (none-sorted)

position

position: number

Position of this node in the expression

type

type: ENodeType

The type of node

Generated using TypeDoc