/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTreeAdaptor.cs | 158 * If oldRoot is a nil root, just copy or move the children to newRoot. 159 * If not a nil root, make oldRoot a child of newRoot. 172 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 181 * Be advised that it's ok for newRoot to point at oldRoot's 187 public virtual object BecomeRoot( object newRoot, object oldRoot ) 189 //System.out.println("becomeroot new "+newRoot.toString()+" old "+oldRoot); 191 ITree oldRootTree = (ITree)oldRoot; 192 if ( oldRoot == null ) 208 // add oldRoot to newRoot; addChild takes care of case where oldRoot [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3basetreeadaptor.c | 51 static pANTLR3_BASE_TREE becomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot); 52 static pANTLR3_BASE_TREE dbgBecomeRoot (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot); 56 static pANTLR3_BASE_TREE becomeRootToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, void * newRoot, pANTLR3_BASE_TREE oldRoot); 57 static pANTLR3_BASE_TREE dbgBecomeRootToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, void * newRoot, pANTLR3_BASE_TREE oldRoot); 587 /** If oldRoot is a nil root, just copy or move the children to newRoot. 588 * If not a nil root, make oldRoot a child of newRoot. 603 * If oldRoot was null, it's ok, just return newRoot (even if isNilNode). 614 * Be advised that it's ok for newRoot to point at oldRoot's 664 /* Add old root into new root. addChild takes care of the case where oldRoot 665 * is a flat list (nill rooted tree). All children of oldroot are added t [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3basetreeadaptor.h | 87 void * (*becomeRoot) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * newRoot, void * oldRoot); 91 void * (*becomeRootToken) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * newRoot, void * oldRoot);
|
antlr3debugeventlistener.h | 368 void (*becomeRoot) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 149 public virtual void BecomeRoot(object newRoot, object oldRoot) { 150 _listener.BecomeRoot(newRoot, oldRoot);
|
BlankDebugEventListener.cs | 120 public virtual void BecomeRoot(object newRoot, object oldRoot) {
|
DebugEventHub.cs | 276 public virtual void BecomeRoot(object newRoot, object oldRoot) { 279 listener.BecomeRoot(newRoot, oldRoot);
|
DebugEventSocketProxy.cs | 336 public override void BecomeRoot(object newRoot, object oldRoot) { 338 int oldRootID = adaptor.GetUniqueID(oldRoot);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 181 public virtual void BecomeRoot( object newRoot, object oldRoot ) 183 _listener.BecomeRoot( newRoot, oldRoot );
|
BlankDebugEventListener.cs | 152 public virtual void BecomeRoot( object newRoot, object oldRoot )
|
DebugEventHub.cs | 337 public virtual void BecomeRoot( object newRoot, object oldRoot ) 342 listener.BecomeRoot( newRoot, oldRoot );
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseTreeAdaptor.h | 88 /** If oldRoot is a nil root, just copy or move the children to newRoot. 89 * If not a nil root, make oldRoot a child of newRoot. 100 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 109 * Be advised that it's ok for newRoot to point at oldRoot's 114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot; 119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
|
ANTLRTreeAdaptor.h | 76 /** If oldRoot is a nil root, just copy or move the children to newRoot. 77 * If not a nil root, make oldRoot a child of newRoot. 88 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 97 * Be advised that it's ok for newRoot to point at oldRoot's 102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseTreeAdaptor.h | 88 /** If oldRoot is a nil root, just copy or move the children to newRoot. 89 * If not a nil root, make oldRoot a child of newRoot. 100 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 109 * Be advised that it's ok for newRoot to point at oldRoot's 114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot; 119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
|
ANTLRTreeAdaptor.h | 76 /** If oldRoot is a nil root, just copy or move the children to newRoot. 77 * If not a nil root, make oldRoot a child of newRoot. 88 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 97 * Be advised that it's ok for newRoot to point at oldRoot's 102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseTreeAdaptor.h | 88 /** If oldRoot is a nil root, just copy or move the children to newRoot. 89 * If not a nil root, make oldRoot a child of newRoot. 100 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 109 * Be advised that it's ok for newRoot to point at oldRoot's 114 - (id<ANTLRTree>)becomeRoot:(id<ANTLRTree>)aNewRoot old:(id<ANTLRTree>)oldRoot; 119 - (id<ANTLRTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRTree>)oldRoot;
|
ANTLRTreeAdaptor.h | 76 /** If oldRoot is a nil root, just copy or move the children to newRoot. 77 * If not a nil root, make oldRoot a child of newRoot. 88 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 97 * Be advised that it's ok for newRoot to point at oldRoot's 102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTreeAdaptor.h | 80 /** If oldRoot is a nil root, just copy or move the children to newRoot. 81 * If not a nil root, make oldRoot a child of newRoot. 92 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 101 * Be advised that it's ok for newRoot to point at oldRoot's 106 - (id<ANTLRBaseTree>)becomeRoot:(id<ANTLRBaseTree>)aNewRoot old:(id<ANTLRBaseTree>)oldRoot; 111 - (id<ANTLRBaseTree>)becomeRootfromToken:(id<ANTLRToken>)aNewRoot old:(id<ANTLRBaseTree>)oldRoot;
|
ANTLRTreeAdaptor.h | 72 /** If oldRoot is a nil root, just copy or move the children to newRoot. 73 * If not a nil root, make oldRoot a child of newRoot. 84 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 93 * Be advised that it's ok for newRoot to point at oldRoot's 98 - (id) becomeRoot:(id)newRoot old:(id)oldRoot;
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtree.py | 672 oldRoot = CommonTree(None) 673 oldRoot.addChild(CommonTree(CommonToken(101))) 674 oldRoot.addChild(CommonTree(CommonToken(102))) 675 oldRoot.addChild(CommonTree(CommonToken(103))) 677 self.adaptor.becomeRoot(newRoot, oldRoot) 685 oldRoot = CommonTree(CommonToken(101)) 686 oldRoot.addChild(CommonTree(CommonToken(102))) 687 oldRoot.addChild(CommonTree(CommonToken(103))) 689 self.adaptor.becomeRoot(newRoot, oldRoot) 698 oldRoot = CommonTree(None [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/ |
SdkRepoSource.java | 221 Node oldRoot = null;
242 oldRoot = child;
251 if (oldRoot == null || prefix == null || prefix.length() == 0) {
270 while ((element = findChild(oldRoot, element, prefix, elementNames)) != null) {
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 294 def becomeRoot(self, newRoot, oldRoot): 297 self.adaptor.becomeRoot(n, oldRoot) 299 n = self.adaptor.becomeRoot(newRoot, oldRoot) 301 self.dbg.becomeRoot(newRoot, oldRoot) 687 def becomeRoot(self, newRoot, oldRoot): 804 def becomeRoot(self, newRoot, oldRoot): 807 self.adaptor.getUniqueID(oldRoot))) 1092 def becomeRoot(self, newRoot, oldRoot): 1095 self.adaptor.getUniqueID(oldRoot))) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeAdaptor.as | 94 /** If oldRoot is a nil root, just copy or move the children to newRoot. 95 * If not a nil root, make oldRoot a child of newRoot. 106 * If oldRoot was null, it's ok, just return newRoot (even if isNil). 115 * Be advised that it's ok for newRoot to point at oldRoot's 120 function becomeRoot(newRoot:Object, oldRoot:Object):Object;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventHub.java | 272 public void becomeRoot(Object newRoot, Object oldRoot) { 275 listener.becomeRoot(newRoot, oldRoot);
|
DebugEventSocketProxy.java | 302 public void becomeRoot(Object newRoot, Object oldRoot) { 304 int oldRootID = adaptor.getUniqueID(oldRoot);
|