OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentrewriteblock
(Results
1 - 1
of
1
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g
54
protected GrammarAST
currentRewriteBlock
;
579
GrammarAST enclosingBlock =
currentRewriteBlock
;
583
currentRewriteBlock
=$start; // pts to BLOCK node
584
currentRewriteBlock
.rewriteRefsShallow = new HashSet<GrammarAST>();
585
currentRewriteBlock
.rewriteRefsDeep = new HashSet<GrammarAST>();
589
//{System.out.println("atoms="+
currentRewriteBlock
.rewriteRefs);}
594
for (GrammarAST item :
currentRewriteBlock
.rewriteRefsShallow)
597
//
currentRewriteBlock
= enclosingBlock; // restore old BLOCK ptr
600
finally {
currentRewriteBlock
= enclosingBlock; }
642
if (
currentRewriteBlock
!=null
[
all
...]
Completed in 53 milliseconds