Searched defs:ApplyRepeatedly (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRewriter.cs86 public virtual object ApplyRepeatedly(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) { method in class:Antlr.Runtime.Tree.TreeRewriter
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/
H A DTreeRewriter.cs94 public virtual object ApplyRepeatedly( object t, Func<IAstRuleReturnScope> whichRule ) method in class:Antlr.Runtime.Tree.TreeRewriter
115 t = v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o, bottomup_func ) );

Completed in 81 milliseconds