UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

6 lines (5 loc) 232 B
import { SymbolRefChunk } from "./SymbolRefChunk.js"; import { StructDecl } from "../decl/StructDecl.js"; export declare class LabelRef extends SymbolRefChunk { constructor(ctx: StructDecl, name: string, escapedName: string); }