Antlr4.Tool.Grammar.SetLookaheadDFA C# (CSharp) Method

SetLookaheadDFA() public method

public SetLookaheadDFA ( int decision, DFA lookaheadDFA ) : void
decision int
lookaheadDFA Antlr4.Runtime.Dfa.DFA
return void
        public virtual void SetLookaheadDFA(int decision, DFA lookaheadDFA)
        {
            decisionDFAs[decision] = lookaheadDFA;
        }