Searched refs:bottomup_func (Results 1 – 2 of 2) sorted by relevance
41 System.Func<IAstRuleReturnScope<TTree>> bottomup_func; field in Antlr.Runtime.Tree.TreeRewriter51 bottomup_func = () => Bottomup(); in TreeRewriter()98 … t = v.Visit(t, (o) => ApplyOnce(o, topdown_func), (o) => ApplyRepeatedly(o, bottomup_func)); in Downup()
47 Func<IAstRuleReturnScope> bottomup_func; field in Antlr.Runtime.Tree.TreeRewriter59 bottomup_func = () => Bottomup(); in TreeRewriter()115 … v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o, bottomup_func ) ); in Downup()