Home
last modified time | relevance | path

Searched refs:rewriteRefsShallow (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g584 currentRewriteBlock.rewriteRefsShallow = new HashSet<GrammarAST>();
594 for (GrammarAST item : currentRewriteBlock.rewriteRefsShallow)
644 currentRewriteBlock.rewriteRefsShallow.add($start);
DCodeGenTreeWalker.g1279 getTokenTypesAsTargetLabels($BLOCK.rewriteRefsShallow));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java96 public Set<GrammarAST> rewriteRefsShallow; field in GrammarAST