UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

8 lines (7 loc) 280 B
import { Decl } from "./Decl.js"; import { IOutputModelFactory } from "../../IOutputModelFactory.js"; export declare class RuleContextDecl extends Decl { ctxName: string; isImplicit: boolean; constructor(factory: IOutputModelFactory, name: string, ctxName: string); }