Searched defs:altAST (Results 1 – 3 of 3) sorted by relevance
265 public void ensureAltIsSimpleNodeOrTree(GrammarAST altAST, in ensureAltIsSimpleNodeOrTree()
277 public void stripSynPred(GrammarAST altAST) { in stripSynPred()287 public void stripLeftRecursion(GrammarAST altAST) { in stripLeftRecursion()
471 GrammarAST altAST = (GrammarAST)decAST.getChild(altI-1); in issueWarnings() local