Antlr4.Runtime.Atn.ATNSimulator.InitERROR C# (CSharp) Method

InitERROR() static private method

static private InitERROR ( ) : DFAState
return Antlr4.Runtime.Dfa.DFAState
        static DFAState InitERROR()
        {
            DFAState state = new DFAState(new ATNConfigSet());
            state.stateNumber = Int32.MaxValue;
            return state;
        }