UNPKG

antlr4ng

Version:

Alternative JavaScript/TypeScript runtime for ANTLR4

8 lines (7 loc) 251 B
import { ATNState } from "./ATNState.js"; import { RuleStopState } from "./RuleStopState.js"; export declare class RuleStartState extends ATNState { static readonly stateType = 2; stopState?: RuleStopState; isLeftRecursiveRule: boolean; }