Searched defs:DupTree (Results 1 – 4 of 4) sorted by relevance
81 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor91 public virtual object DupTree(object t, object parent) { in DupTree() method in Antlr.Runtime.Tree.BaseTreeAdaptor
69 object DupTree(object tree); in DupTree() method
80 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; in DupTree() function641 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; in DupTree() function642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; in DupTree() function1272 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function1307 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree() function2762 function TBaseTreeAdaptor.DupTree(const T, in TBaseTreeAdaptor.DupTree() function2786 function TBaseTreeAdaptor.DupTree(const Tree: IANTLRInterface): IANTLRInterface; in TBaseTreeAdaptor.DupTree() function
80 public virtual object DupTree(object tree) { in DupTree() method in Antlr.Runtime.Debug.DebugTreeAdaptor