Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java39 public abstract class BaseTree implements Tree { class
42 public BaseTree() { in BaseTree() method in BaseTree
49 public BaseTree(Tree node) { in BaseTree() method in BaseTree
95 BaseTree childTree = (BaseTree)t; in addChild()
192 BaseTree newTree = (BaseTree)t; in replaceChildren()
209 BaseTree child = (BaseTree)newChildren.get(j); in replaceChildren()
272 BaseTree child = (BaseTree)getChild(c); in freshenParentAndChildIndexesDeeply()
DParseTree.java39 public class ParseTree extends BaseTree {
DCommonTree.java38 public class CommonTree extends BaseTree {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs48 public abstract class BaseTree : ITree { class
51 public BaseTree() { in BaseTree() method in Antlr.Runtime.Tree.BaseTree
60 public BaseTree(ITree node) { in BaseTree() method in Antlr.Runtime.Tree.BaseTree
176 BaseTree childTree = t as BaseTree; in AddChild()
288 BaseTree baseTree = newTree as BaseTree; in ReplaceChildren()
373 BaseTree child = (BaseTree)this.GetChild(c); in SanityCheckParentAndChildIndexes()
DParseTree.cs46 public class ParseTree : BaseTree {
DCommonTree.cs46 public class CommonTree : BaseTree {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs50 public abstract class BaseTree : ITree class
54 public BaseTree() in BaseTree() method in Antlr.Runtime.Tree.BaseTree
64 public BaseTree( ITree node ) in BaseTree() method in Antlr.Runtime.Tree.BaseTree
210 BaseTree childTree = t as BaseTree; in AddChild()
340 BaseTree baseTree = newTree as BaseTree; in ReplaceChildren()
449 BaseTree child = (BaseTree)this.GetChild( c ); in SanityCheckParentAndChildIndexes()
DAntlrRuntime_BaseTreeDebugView.cs39 private readonly BaseTree _tree;
41 public AntlrRuntime_BaseTreeDebugView(BaseTree tree) in AntlrRuntime_BaseTreeDebugView()
DParseTree.cs47 public class ParseTree : BaseTree
DCommonTree.cs46 public class CommonTree : BaseTree
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as35 public class BaseTree implements Tree { class in org.antlr.runtime.tree
38 /** Create a new node from an existing node does nothing for BaseTree
42 public function BaseTree(node:Tree = null) { method in org.antlr.runtime.tree.BaseTree
49 return BaseTree(_children[i]);
86 var childTree:BaseTree = BaseTree(t);
148 var killed:BaseTree = BaseTree(children.remove(i));
165 var newTree:BaseTree = BaseTree(t);
182 var child:BaseTree = BaseTree(newChildren[j]);
197 var killed:BaseTree = BaseTree(children.remove(indexToDelete));
250 /** BaseTree doesn't track child indexes. */
[all …]
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/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js7 org.antlr.runtime.tree.BaseTree = function() {}; class in org.antlr.runtime.tree
9 org.antlr.lang.extend(org.antlr.runtime.tree.BaseTree,
DCommonTree.js34 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTree, org.antlr.runtime.tree.BaseTree, {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs38 using BaseTree = Antlr.Runtime.Tree.BaseTree; typedef
212 public class ProxyTree : BaseTree
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs37 using BaseTree = Antlr.Runtime.Tree.BaseTree; typedef
177 public class ProxyTree : BaseTree {
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt125 - Added BaseTree#walk, which iterates in a top-down fashion across all notes in a tree.
126 - Added BaseTree#prune, which stops decent into the current node during BaseTree#walk.
/external/antlr/antlr-3.4/runtime/JavaScript/build/
Dantlr3.properties31 org/antlr/runtime/tree/BaseTree.js,\
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DRemoteDebugEventSocketListener.java33 import org.antlr.runtime.tree.BaseTree;
127 public static class ProxyTree extends BaseTree {
/external/antlr/antlr-3.4/runtime/Python/
DTODO80 - make BaseTree.nil() an attribute? or singleton?
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb312 class BaseTree < ::Array class
472 class CommonTree < BaseTree
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py671 class BaseTree(Tree): class
1199 class CommonTree(BaseTree):
1211 BaseTree.__init__(self)
/external/antlr/antlr-3.4/tool/
DCHANGES.txt449 * Changed BaseTree to Tree typecase in getChild and toStringTree() and
1447 * Added getChildren to BaseTree.
1515 interface and BaseTree also. Should only affect target developers
1538 org/antlr/runtime/tree/BaseTree.java
1552 Moved dupTree here from BaseTree.
2104 * BaseTree.dupTree didn't dup recursively.
/external/antlr/antlr-3.4/runtime/C/
DREADME534 * BaseTree.dupTree didn't dup recursively.
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...