Home
last modified time | relevance | path

Searched refs:topdown_func (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRewriter.cs40 System.Func<IAstRuleReturnScope<TTree>> topdown_func; field in Antlr.Runtime.Tree.TreeRewriter
50 topdown_func = () => Topdown(); in TreeRewriter()
98 … t = v.Visit(t, (o) => ApplyOnce(o, topdown_func), (o) => ApplyRepeatedly(o, bottomup_func)); in Downup()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs46 Func<IAstRuleReturnScope> topdown_func; field in Antlr.Runtime.Tree.TreeRewriter
58 topdown_func = () => Topdown(); in TreeRewriter()
115 …t = v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o, bottomup_func … in Downup()