UNPKG

antlr4ng

Version:

Alternative JavaScript/TypeScript runtime for ANTLR4

9 lines (8 loc) 204 B
import { ATNState } from "./ATNState.js"; /** * Mark the end of a * or + loop */ export declare class LoopEndState extends ATNState { static readonly stateType = 12; loopBackState?: ATNState; }