Searched refs:decisionAST (Results 1 – 3 of 3) sorted by relevance
69 GrammarAST decisionAST = in stats() local71 buf.append(decisionAST.getLine()); in stats()73 buf.append(decisionAST.getCharPositionInLine()); in stats()
306 GrammarAST decisionAST = in getDFALocations() local308 buf.append(decisionAST.getLine()); in getDFALocations()310 buf.append(decisionAST.getCharPositionInLine()); in getDFALocations()
1239 GrammarAST decisionAST = nfa.grammar.getDecisionBlockAST(lookaheadDFA.decisionNumber); in updateLineColumnToLookaheadDFAMap() local1240 int line = decisionAST.getLine(); in updateLineColumnToLookaheadDFAMap()1241 int col = decisionAST.getCharPositionInLine(); in updateLineColumnToLookaheadDFAMap()