Searched defs:lookaheadDFA (Results 1 – 2 of 2) sorted by relevance
66 public DFA lookaheadDFA = null; field in GrammarAST180 public void setLookaheadDFA(DFA lookaheadDFA) { in setLookaheadDFA()
1220 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, altLook); in createLL_1_LookaheadDFA() local1270 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, edgeMap); in createLL_1_LookaheadDFA() local1279 private void updateLineColumnToLookaheadDFAMap(DFA lookaheadDFA) { in updateLineColumnToLookaheadDFAMap()1355 DFA lookaheadDFA = new DFA(decision, decisionStartState); in createLookaheadDFA() local2928 public void setLookaheadDFA(int decision, DFA lookaheadDFA) { in setLookaheadDFA()