OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyRepeatedly
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs
86
public virtual object
ApplyRepeatedly
(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) {
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/
TreeRewriter.cs
94
public virtual object
ApplyRepeatedly
( object t, Func<IAstRuleReturnScope> whichRule )
115
t = v.Visit( t, ( o ) => ApplyOnce( o, topdown_func ), ( o ) =>
ApplyRepeatedly
( o, bottomup_func ) );
Completed in 186 milliseconds