Options
All
  • Public
  • Public/Protected
  • All
Menu

node representing an element of abstract syntax tree

Hierarchy

  • IParseNode

Index

Methods

childWithKey

  • child with a given key

    Parameters

    • k: string

    Returns IParseNode

children

  • node children

    Returns IParseNode[]

key

  • key(): string
  • node key

    Returns string

kind

  • kind of the node

    Returns NodeKind

value

  • value(): any
  • node value

    Returns any

Generated using TypeDoc