Searched refs:lookaheadDFA (Results 1 – 2 of 2) sorted by relevance
1179 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, altLook); in createLL_1_LookaheadDFA() local1180 setLookaheadDFA(decision, lookaheadDFA); in createLL_1_LookaheadDFA()1181 updateLineColumnToLookaheadDFAMap(lookaheadDFA); in createLL_1_LookaheadDFA()1182 return lookaheadDFA; in createLL_1_LookaheadDFA()1229 DFA lookaheadDFA = new LL1DFA(decision, decisionStartState, edgeMap); in createLL_1_LookaheadDFA() local1230 setLookaheadDFA(decision, lookaheadDFA); in createLL_1_LookaheadDFA()1233 updateLineColumnToLookaheadDFAMap(lookaheadDFA); in createLL_1_LookaheadDFA()1235 return lookaheadDFA; in createLL_1_LookaheadDFA()1238 private void updateLineColumnToLookaheadDFAMap(DFA lookaheadDFA) { in updateLineColumnToLookaheadDFAMap() argument1239 GrammarAST decisionAST = nfa.grammar.getDecisionBlockAST(lookaheadDFA.decisionNumber); in updateLineColumnToLookaheadDFAMap()[all …]
70 public DFA lookaheadDFA = null; field in GrammarAST180 return lookaheadDFA; in getLookaheadDFA()183 public void setLookaheadDFA(DFA lookaheadDFA) { in setLookaheadDFA() argument184 this.lookaheadDFA = lookaheadDFA; in setLookaheadDFA()