TreeContext provides access to a program nodes ancestors, children, and siblings

Hierarchy

  • TreeTraverse

Properties

ancestors: AsyncIterableIterator<Readonly<ProgramNode>>
children: AsyncIterableIterator<Readonly<ProgramNode>>
depthFirst: AsyncIterableIterator<Readonly<ProgramNode>>
nextSiblings: AsyncIterableIterator<Readonly<ProgramNode>>
previousSiblings: AsyncIterableIterator<Readonly<ProgramNode>>

Generated using TypeDoc