UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

6 lines (5 loc) 271 B
import { IOutputModelFactory } from "../../IOutputModelFactory.js"; import { RuleContextDecl } from "./RuleContextDecl.js"; export declare class RuleContextListDecl extends RuleContextDecl { constructor(factory: IOutputModelFactory, name: string, ctxName: string); }