UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

8 lines (7 loc) 262 B
import type { IST } from "stringtemplate4ts"; import { StructDecl } from "../decl/StructDecl.js"; import { ActionChunk } from "./ActionChunk.js"; export declare class ActionTemplate extends ActionChunk { st: IST; constructor(ctx: StructDecl, st: IST); }