Home
last modified time | relevance | path

Searched defs:whichRule (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRewriter.cs54 … public virtual object ApplyOnce(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) { in ApplyOnce()
86 …public virtual object ApplyRepeatedly(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule)… in ApplyRepeatedly()
DTreeFilter.cs98 public virtual void ApplyOnce( object t, Action whichRule ) in ApplyOnce()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs62 public virtual object ApplyOnce( object t, Func<IAstRuleReturnScope> whichRule ) in ApplyOnce()
94 public virtual object ApplyRepeatedly( object t, Func<IAstRuleReturnScope> whichRule ) in ApplyRepeatedly()
DTreeFilter.cs53 public virtual void ApplyOnce( object t, Action whichRule ) in ApplyOnce()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java53 public Object applyOnce(Object t, fptr whichRule) { in applyOnce()
76 public Object applyRepeatedly(Object t, fptr whichRule) { in applyRepeatedly()
DTreeFilter.java95 public void applyOnce(Object t, fptr whichRule) { in applyOnce()