UNPKG

antlr4-runtime

Version:

JavaScript runtime for ANTLR4

7 lines (5 loc) 137 B
import {ATNState} from "./index"; export declare class DecisionState extends ATNState { decision: number; nonGreedy: boolean; }