UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

17 lines (16 loc) 371 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { ActionChunk } from "./ActionChunk.js"; class ActionTemplate extends ActionChunk { static { __name(this, "ActionTemplate"); } st; constructor(ctx, st) { super(ctx); this.st = st; } } export { ActionTemplate };