Searched refs:decisionAST (Results 1 – 3 of 3) sorted by relevance
70 GrammarAST decisionAST = in stats() local72 buf.append(decisionAST.getLine()); in stats()74 buf.append(decisionAST.getCharPositionInLine()); in stats()
303 GrammarAST decisionAST = in getDFALocations() local305 buf.append(decisionAST.getLine()); in getDFALocations()307 buf.append(decisionAST.getCharPositionInLine()); in getDFALocations()
1280 GrammarAST decisionAST = nfa.grammar.getDecisionBlockAST(lookaheadDFA.decisionNumber); in updateLineColumnToLookaheadDFAMap() local1281 int line = decisionAST.getLine(); in updateLineColumnToLookaheadDFAMap()1282 int col = decisionAST.getCharPositionInLine(); in updateLineColumnToLookaheadDFAMap()