/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTreeAdaptor.cs | 87 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()
|
D | ITreeAdaptor.cs | 116 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
|
D | RewriteRuleSubtreeStream.cs | 83 return adaptor.DupNode( el ); in NextNode() 90 object el2 = adaptor.DupNode(tree); // dup just the root (want node here) in NextNode()
|
D | ITree.cs | 145 ITree DupNode(); in DupNode() method
|
D | RewriteRuleNodeStream.cs | 71 return adaptor.DupNode( el ); in ToTree()
|
D | ParseTree.cs | 100 public override ITree DupNode() in DupNode() method in Antlr.Runtime.Tree.ParseTree
|
D | CommonTree.cs | 240 public override ITree DupNode() in DupNode() method in Antlr.Runtime.Tree.CommonTree
|
D | BaseTree.cs | 572 public abstract ITree DupNode(); in DupNode() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 110 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/ |
D | RewriteRuleSubtreeStream.cs | 76 return adaptor.DupNode(el); in NextNode() 83 object el2 = adaptor.DupNode(tree); // dup just the root (want node here) in NextNode()
|
D | CommonTreeAdaptor.cs | 60 public override object DupNode(object t) { in DupNode() method in Antlr.Runtime.Tree.CommonTreeAdaptor 64 return ((ITree)t).DupNode(); in DupNode()
|
D | BaseTreeAdaptor.cs | 95 object newTree = DupNode(t); in DupTree() 306 public abstract object DupNode(object treeNode); in DupNode() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | RewriteRuleNodeStream.cs | 70 return adaptor.DupNode(el); in ToTree()
|
D | ITree.cs | 137 ITree DupNode(); in DupNode() method
|
D | ParseTree.cs | 85 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.ParseTree
|
D | ITreeAdaptor.cs | 66 object DupNode(object treeNode); in DupNode() method
|
D | CommonTree.cs | 184 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Tree.CommonTree
|
D | BaseTree.cs | 442 public abstract ITree DupNode(); in DupNode() method in Antlr.Runtime.Tree.BaseTree
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 100 public virtual object DupNode(object treeNode) { in DupNode() method in Antlr.Runtime.Debug.DebugTreeAdaptor 101 object d = adaptor.DupNode(treeNode); in DupNode()
|
D | RemoteDebugEventSocketListener.cs | 229 public override ITree DupNode() { in DupNode() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 77 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/ |
D | ASTTreeParser.stg | 135 <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/ |
D | ASTTreeParser.stg | 136 <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/ |
D | ASTTreeParser.stg | 137 <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/ |
D | ITreeAdaptor`1.cs | 54 T DupNode(T treeNode); in DupNode() method
|