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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeFilter.cs118 public virtual void Downup( object t ) method in class:Antlr.Runtime.Tree.TreeFilter
H A DTreeRewriter.cs96 public virtual object Downup(object t) { method in class:Antlr.Runtime.Tree.TreeRewriter
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeFilter.cs73 public virtual void Downup( object t ) method in class:Antlr.Runtime.Tree.TreeFilter
H A DTreeRewriter.cs106 public virtual object Downup( object t ) method in class:Antlr.Runtime.Tree.TreeRewriter
108 return Downup( t, false );
111 public virtual object Downup( object t, bool showTransformations ) method in class:Antlr.Runtime.Tree.TreeRewriter

Completed in 162 milliseconds