UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

8 lines (7 loc) 299 B
import { StructDecl } from "../decl/StructDecl.js"; import { ActionChunk } from "./ActionChunk.js"; export declare abstract class SymbolRefChunk extends ActionChunk { readonly name: string; readonly escapedName: string; constructor(ctx: StructDecl, name: string, escapedName: string); }