Home
last modified time | relevance | path

Searched refs:ApplyOnce (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeFilter.cs53 public virtual void ApplyOnce( object t, Action whichRule ) in ApplyOnce() method in Antlr.Runtime.Tree.TreeFilter
78 ApplyOnce( o, Topdown ); in Downup()
83 ApplyOnce( o, Bottomup ); in Downup()
DTreeRewriter.cs62 public virtual object ApplyOnce( object t, Func<IAstRuleReturnScope> whichRule ) in ApplyOnce() method in Antlr.Runtime.Tree.TreeRewriter
99 object u = ApplyOnce( t, whichRule ); in ApplyRepeatedly()
115 …t = v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) => ApplyRepeatedly( o, bottomup_func … in Downup()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs98 public virtual void ApplyOnce( object t, Action whichRule ) in ApplyOnce() method in Antlr.Runtime.Tree.TreeFilter
123 ApplyOnce( o, Topdown ); in Downup()
128 ApplyOnce( o, Bottomup ); in Downup()
DTreeRewriter.cs54 … public virtual object ApplyOnce(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) { in ApplyOnce() method in Antlr.Runtime.Tree.TreeRewriter
89 object u = ApplyOnce(t, whichRule); in ApplyRepeatedly()
98 … t = v.Visit(t, (o) => ApplyOnce(o, topdown_func), (o) => ApplyRepeatedly(o, bottomup_func)); in Downup()