Searched defs:lookaheadDFA (Results 1 – 2 of 2) sorted by relevance
70 public DFA lookaheadDFA = null; field in GrammarAST183 public void setLookaheadDFA(DFA lookaheadDFA) { in setLookaheadDFA()
1179 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, altLook); in createLL_1_LookaheadDFA() local1229 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, edgeMap); in createLL_1_LookaheadDFA() local1238 private void updateLineColumnToLookaheadDFAMap(DFA lookaheadDFA) { in updateLineColumnToLookaheadDFAMap()1314 DFA lookaheadDFA = new DFA(decision, decisionStartState); in createLookaheadDFA() local2886 public void setLookaheadDFA(int decision, DFA lookaheadDFA) { in setLookaheadDFA()