Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRewriter.cs41 System.Func<IAstRuleReturnScope<TTree>> bottomup_func; field in Antlr.Runtime.Tree.TreeRewriter
51 bottomup_func = () => Bottomup(); in TreeRewriter()
98 … t = v.Visit(t, (o) => ApplyOnce(o, topdown_func), (o) => ApplyRepeatedly(o, bottomup_func)); in Downup()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs47 Func<IAstRuleReturnScope> bottomup_func; field in Antlr.Runtime.Tree.TreeRewriter
59 bottomup_func = () => Bottomup(); in TreeRewriter()
115 … v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o, bottomup_func ) ); in Downup()