OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topdown_func
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs
40
System.Func<IAstRuleReturnScope<TTree>>
topdown_func
;
field in class:Antlr.Runtime.Tree.TreeRewriter
50
topdown_func
= () => Topdown();
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
46
Func<IAstRuleReturnScope>
topdown_func
;
field in class:Antlr.Runtime.Tree.TreeRewriter
58
topdown_func
= () => Topdown();
115
t = v.Visit( t, ( o ) => ApplyOnce( o,
topdown_func
), ( o ) => ApplyRepeatedly( o, bottomup_func ) );
Completed in 3619 milliseconds