Interface ASTObj

A structured interface for serialization.

Hierarchy

  • ASTObj

Properties

Properties

children: ASTObj[]

NT's children.

start: number

Start position of the input string. Same as the first token's start position.

text: string

T's text content.

type: string

T's or NT's name.

Generated using TypeDoc