UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

7 lines (6 loc) 230 B
import { StructDecl } from "../decl/StructDecl.js"; import { ActionChunk } from "./ActionChunk.js"; export declare class TokenPropertyRef extends ActionChunk { label: string; constructor(ctx: StructDecl, label: string); }