UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

7 lines (6 loc) 229 B
import { CommonTree } from "./CommonTree.js"; /** When using %label:TOKENNAME in a tree for parse(), we must track the label. */ export declare class TreePattern extends CommonTree { label: string; hasTextArg: boolean; }