UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

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