/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 39 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()
|
D | ParseTree.java | 39 public class ParseTree extends BaseTree {
|
D | CommonTree.java | 38 public class CommonTree extends BaseTree {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 48 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()
|
D | ParseTree.cs | 46 public class ParseTree : BaseTree {
|
D | CommonTree.cs | 46 public class CommonTree : BaseTree {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 50 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()
|
D | AntlrRuntime_BaseTreeDebugView.cs | 39 private readonly BaseTree _tree; 41 public AntlrRuntime_BaseTreeDebugView(BaseTree tree) in AntlrRuntime_BaseTreeDebugView()
|
D | ParseTree.cs | 47 public class ParseTree : BaseTree
|
D | CommonTree.cs | 46 public class CommonTree : BaseTree
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | BaseTree.as | 35 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 …]
|
D | CommonTree.as | 36 * 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/ |
D | BaseTree.js | 7 org.antlr.runtime.tree.BaseTree = function() {}; class in org.antlr.runtime.tree 9 org.antlr.lang.extend(org.antlr.runtime.tree.BaseTree,
|
D | CommonTree.js | 34 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/ |
D | RemoteDebugEventSocketListener.cs | 38 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/ |
D | RemoteDebugEventSocketListener.cs | 37 using BaseTree = Antlr.Runtime.Tree.BaseTree; typedef 177 public class ProxyTree : BaseTree {
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 125 - 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/ |
D | antlr3.properties | 31 org/antlr/runtime/tree/BaseTree.js,\
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | RemoteDebugEventSocketListener.java | 33 import org.antlr.runtime.tree.BaseTree; 127 public static class ProxyTree extends BaseTree {
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 80 - make BaseTree.nil() an attribute? or singleton?
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 312 class BaseTree < ::Array class 472 class CommonTree < BaseTree
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 671 class BaseTree(Tree): class 1199 class CommonTree(BaseTree): 1211 BaseTree.__init__(self)
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 449 * 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/ |
D | README | 534 * BaseTree.dupTree didn't dup recursively.
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |