Home
last modified time | relevance | path

Searched refs:DupNode (Results 1 – 25 of 26) sorted by relevance

12

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs87 public virtual object DupNode(int type, object treeNode) in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
89 object t = DupNode(treeNode); in DupNode()
94 public virtual object DupNode(object treeNode, string text) in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
96 object t = DupNode(treeNode); in DupNode()
101 public virtual object DupNode(int type, object treeNode, string text) in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
103 object t = DupNode(treeNode); in DupNode()
126 object newTree = DupNode( t ); in DupTree()
405 public virtual object DupNode(object treeNode) in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
411 return tree.DupNode(); in DupNode()
DITreeAdaptor.cs116 object DupNode(object treeNode); in DupNode() method
118 object DupNode(int type, object treeNode); in DupNode() method
120 object DupNode(object treeNode, string text); in DupNode() method
122 object DupNode(int type, object treeNode, string text); in DupNode() method
DRewriteRuleSubtreeStream.cs83 return adaptor.DupNode( el ); in NextNode()
90 object el2 = adaptor.DupNode(tree); // dup just the root (want node here) in NextNode()
DITree.cs145 ITree DupNode(); in DupNode() method
DRewriteRuleNodeStream.cs71 return adaptor.DupNode( el ); in ToTree()
DParseTree.cs100 public override ITree DupNode() in DupNode() method in Antlr.Runtime.Tree.ParseTree
DCommonTree.cs240 public override ITree DupNode() in DupNode() method in Antlr.Runtime.Tree.CommonTree
DBaseTree.cs572 public abstract ITree DupNode(); in DupNode() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs110 public virtual object DupNode( object treeNode ) in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
112 object d = adaptor.DupNode( treeNode ); in DupNode()
117 public object DupNode(int type, object treeNode) in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
119 object d = adaptor.DupNode(type, treeNode); in DupNode()
124 public object DupNode(object treeNode, string text) in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
126 object d = adaptor.DupNode(treeNode, text); in DupNode()
131 public object DupNode(int type, object treeNode, string text) in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
133 object d = adaptor.DupNode(type, treeNode, text); in DupNode()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleSubtreeStream.cs76 return adaptor.DupNode(el); in NextNode()
83 object el2 = adaptor.DupNode(tree); // dup just the root (want node here) in NextNode()
DCommonTreeAdaptor.cs60 public override object DupNode(object t) { in DupNode() method in Antlr.Runtime.Tree.CommonTreeAdaptor
64 return ((ITree)t).DupNode(); in DupNode()
DBaseTreeAdaptor.cs95 object newTree = DupNode(t); in DupTree()
306 public abstract object DupNode(object treeNode); in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DRewriteRuleNodeStream.cs70 return adaptor.DupNode(el); in ToTree()
DITree.cs137 ITree DupNode(); in DupNode() method
DParseTree.cs85 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.ParseTree
DITreeAdaptor.cs66 object DupNode(object treeNode); in DupNode() method
DCommonTree.cs184 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.CommonTree
DBaseTree.cs442 public abstract ITree DupNode(); in DupNode() method in Antlr.Runtime.Tree.BaseTree
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs100 public virtual object DupNode(object treeNode) { in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor
101 object d = adaptor.DupNode(treeNode); in DupNode()
DRemoteDebugEventSocketListener.cs229 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
484 function DupNode: ITree;
570 function DupNode: ITree; in DupNode() function
1148 function DupNode: ITree; virtual; abstract;
1227 function DupNode: ITree; override; in DupNode() function
1271 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; virtual; abstract; in DupNode() function
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override; in DupNode() function
1473 function DupNode: ITree; override; in DupNode() function
1588 function DupNode(const O: IANTLRInterface): IANTLRInterface;
2474 function TCommonTree.DupNode: ITree; in DupNode() function
[all …]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTTreeParser.stg135 <label>_tree := Adaptor.DupNode(<label>) as I<ASTLabelType>;
165 <label>_tree := Adaptor.DupNode(<label>) as I<ASTLabelType>;
190 <label>_tree := Adaptor.DupNode(<label>) as I<ASTLabelType>;
216 <label>_tree := Adaptor.DupNode(<label>) as I<ASTLabelType>;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTTreeParser.stg136 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
169 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
219 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
257 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTTreeParser.stg137 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
170 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
220 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
258 <label>_tree = (<ASTLabelType>)adaptor.DupNode(<if(terminalOptions.type)><terminalOptions.type>,<en…
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs54 T DupNode(T treeNode); in DupNode() method

12