OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomup_func
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs
41
System.Func<IAstRuleReturnScope<TTree>>
bottomup_func
;
field in class:Antlr.Runtime.Tree.TreeRewriter
51
bottomup_func
= () => Bottomup();
98
t = v.Visit(t, (o) => ApplyOnce(o, topdown_func), (o) => ApplyRepeatedly(o,
bottomup_func
));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRewriter.cs
47
Func<IAstRuleReturnScope>
bottomup_func
;
field in class:Antlr.Runtime.Tree.TreeRewriter
59
bottomup_func
= () => Bottomup();
115
t = v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o,
bottomup_func
) );
Completed in 123 milliseconds