Searched refs:BaseTree (Results 1 - 22 of 22) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DAntlrRuntime_BaseTreeDebugView.cs39 private readonly BaseTree _tree;
41 public AntlrRuntime_BaseTreeDebugView(BaseTree tree)
H A DBaseTree.cs50 public abstract class BaseTree : ITree class in namespace:Antlr.Runtime.Tree
54 public BaseTree() method in class:Antlr.Runtime.Tree.BaseTree
59 * Create a new node from an existing node does nothing for BaseTree
64 public BaseTree( ITree node ) method in class:Antlr.Runtime.Tree.BaseTree
99 /** <summary>BaseTree doesn't track parent pointers.</summary> */
111 /** <summary>BaseTree doesn't track child indexes.</summary> */
210 BaseTree childTree = t as BaseTree;
236 // no children for this but t is a BaseTree with children;
326 " with "+((BaseTree)
[all...]
H A DParseTree.cs47 public class ParseTree : BaseTree
H A DCommonTree.cs42 * fields, it's easy to cut them out in your own BaseTree subclass.
46 public class CommonTree : BaseTree
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as35 public class BaseTree implements Tree {
38 /** Create a new node from an existing node does nothing for BaseTree
42 public function BaseTree(node:Tree = null) { function
49 return BaseTree(_children[i]);
86 var childTree:BaseTree = BaseTree(t);
148 var killed:BaseTree = BaseTree(children.remove(i));
165 var newTree:BaseTree = BaseTree(
[all...]
H A DCommonTree.as36 * fields, it's easy to cut them out in your own BaseTree subclass.
38 public class CommonTree extends BaseTree {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTree.java39 public abstract class BaseTree implements Tree { class in inherits:Tree
42 public BaseTree() { method in class:BaseTree
45 /** Create a new node from an existing node does nothing for BaseTree
49 public BaseTree(Tree node) { method in class:BaseTree
95 BaseTree childTree = (BaseTree)t;
184 " with "+((BaseTree)t).toStringTree());
192 BaseTree newTree = (BaseTree)t;
209 BaseTree chil
[all...]
H A DParseTree.java39 public class ParseTree extends BaseTree {
H A DCommonTree.java36 * fields, it's easy to cut them out in your own BaseTree subclass.
38 public class CommonTree extends BaseTree {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs48 public abstract class BaseTree : ITree { class in namespace:Antlr.Runtime.Tree
51 public BaseTree() { method in class:Antlr.Runtime.Tree.BaseTree
55 * Create a new node from an existing node does nothing for BaseTree
60 public BaseTree(ITree node) { method in class:Antlr.Runtime.Tree.BaseTree
85 /** <summary>BaseTree doesn't track parent pointers.</summary> */
94 /** <summary>BaseTree doesn't track child indexes.</summary> */
176 BaseTree childTree = t as BaseTree;
196 // no children for this but t is a BaseTree with children;
276 " with "+((BaseTree)
[all...]
H A DParseTree.cs46 public class ParseTree : BaseTree {
H A DCommonTree.cs42 * fields, it's easy to cut them out in your own BaseTree subclass.
46 public class CommonTree : BaseTree {
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTree.js5 * fields, it's easy to cut them out in your own BaseTree subclass.
34 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTree, org.antlr.runtime.tree.BaseTree, {
H A DBaseTree.js7 org.antlr.runtime.tree.BaseTree = function() {};
9 org.antlr.lang.extend(org.antlr.runtime.tree.BaseTree,
231 /** BaseTree doesn't track child indexes. */
238 /** BaseTree doesn't track parent pointers. */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs37 using BaseTree = Antlr.Runtime.Tree.BaseTree;
177 public class ProxyTree : BaseTree {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs38 using BaseTree = Antlr.Runtime.Tree.BaseTree;
212 public class ProxyTree : BaseTree
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java33 import org.antlr.runtime.tree.BaseTree;
127 public static class ProxyTree extends BaseTree {
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb172 :Tree, :TreeAdaptor, :BaseTree, :BaseTreeAdaptor,
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py663 # \- BaseTree
671 class BaseTree(Tree): class in inherits:Tree
682 # BaseTree is abstract, no need to complain about not implemented abstract
688 Create a new node from an existing node does nothing for BaseTree
867 """BaseTree doesn't track child indexes."""
873 """BaseTree doesn't track child indexes."""
879 """BaseTree doesn't track parent pointers."""
884 """BaseTree doesn't track parent pointers."""
1188 # \- BaseTree
1199 class CommonTree(BaseTree)
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb303 =begin rdoc ANTLR3::AST::BaseTree
312 class BaseTree < ::Array class in class:ANTLR3
465 (optionally using the BaseTree class or the Token module). Define a customized
472 class CommonTree < BaseTree
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas580 /// <summary>BaseTree doesn't track child indexes.</summary>
583 /// <summary>BaseTree doesn't track parent pointers.</summary>
609 /// extra fields, it's easy to cut them out in your own BaseTree subclass.
1178 /// <summary>Create a new node from an existing node does nothing for BaseTree
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1491 milliseconds