Searched defs:Bottomup (Results 1 - 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeFilter.cs128 ApplyOnce( o, Bottomup );
140 protected virtual void Bottomup() method in class:Antlr.Runtime.Tree.TreeFilter
H A DTreeRewriter.cs51 bottomup_func = () => Bottomup();
109 public virtual IAstRuleReturnScope<TTree> Bottomup() { method in class:Antlr.Runtime.Tree.TreeRewriter
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeFilter.cs83 ApplyOnce( o, Bottomup );
95 protected virtual void Bottomup() method in class:Antlr.Runtime.Tree.TreeFilter
H A DTreeRewriter.cs59 bottomup_func = () => Bottomup();
127 public virtual IAstRuleReturnScope Bottomup() method in class:Antlr.Runtime.Tree.TreeRewriter

Completed in 40 milliseconds