Home
last modified time | relevance | path

Searched defs:DupTree (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs81 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
91 public virtual object DupTree(object t, object parent) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DITreeAdaptor.cs69 object DupTree(object tree); in DupTree() method
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs109 public virtual object DupTree( object tree ) in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
120 public virtual object DupTree( object t, object parent ) in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DITreeAdaptor.cs125 object DupTree( object tree ); in DupTree() method
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs57 T DupTree(T tree); in DupTree() method
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs80 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs87 public virtual object DupTree( object tree ) in DupTree() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas641 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; in DupTree() function
642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; in DupTree() function
1272 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function
1307 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function
2762 function TBaseTreeAdaptor.DupTree(const T, in DupTree() function
2786 function TBaseTreeAdaptor.DupTree(const Tree: IANTLRInterface): IANTLRInterface; in DupTree() function