Home
last modified time | relevance | path

Searched refs:Bottomup (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeFilter.cs83 ApplyOnce( o, Bottomup ); in Downup()
95 protected virtual void Bottomup() in Bottomup() method in Antlr.Runtime.Tree.TreeFilter
DTreeRewriter.cs59 bottomup_func = () => Bottomup(); in TreeRewriter()
127 protected virtual IAstRuleReturnScope Bottomup() in Bottomup() method in Antlr.Runtime.Tree.TreeRewriter
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs128 ApplyOnce( o, Bottomup ); in Downup()
140 protected virtual void Bottomup() in Bottomup() method in Antlr.Runtime.Tree.TreeFilter
DTreeRewriter.cs51 bottomup_func = () => Bottomup(); in TreeRewriter()
109 public virtual IAstRuleReturnScope<TTree> Bottomup() { in Bottomup() method in Antlr.Runtime.Tree.TreeRewriter
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg517 protected override <if(buildAST)>IAstRuleReturnScope<else>void<endif> Bottomup() { <if(buildAST)>re…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg536 protected override <if(buildAST)>IAstRuleReturnScope<else>void<endif> Bottomup() { return bottomup(…