AstNode

constructor(type: AstNodeType, links: AstNodeLinks)

Parameters

type

A sealed class which is categorized into block and inline nodes.

links

Pointers to parent, sibling, child nodes.