UNPKG

antlr-ng

Version:

Next generation ANTLR Tool

7 lines (6 loc) 325 B
import { LeftRecursiveRule } from "../../tool/LeftRecursiveRule.js"; import { IOutputModelFactory } from "../IOutputModelFactory.js"; import { RuleFunction } from "./RuleFunction.js"; export declare class LeftRecursiveRuleFunction extends RuleFunction { constructor(factory: IOutputModelFactory, r: LeftRecursiveRule); }