Searched defs:isNil (Results 1 - 19 of 19) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonErrorNode.java59 public boolean isNil() { method in class:CommonErrorNode
H A DCommonTree.java74 public boolean isNil() { method in class:CommonTree
174 if ( isNil() ) {
H A DTree.java96 boolean isNil(); method in interface:Tree
H A DBaseTree.java86 * and child isNil then this routine moves children to t via
96 if ( childTree.isNil() ) { // t is an empty node possibly with children
143 if ( t.isNil() ) {
195 if ( newTree.isNil() ) {
247 public boolean isNil() { method in class:BaseTree
347 if ( !isNil() ) {
359 if ( !isNil() ) {
H A DBaseTreeAdaptor.java69 public boolean isNil(Object tree) { method in class:BaseTreeAdaptor
70 return ((Tree)tree).isNil();
100 * and child isNil then you can decide it is ok to move children to t via
123 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
145 if ( newRootTree.isNil() ) {
164 if ( r!=null && r.isNil() ) {
H A DTreeAdaptor.java85 public boolean isNil(Object tree); method in interface:TreeAdaptor
89 * and child isNil then you can decide it is ok to move children to t via
108 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLookaheadSet.java82 public boolean isNil() { method in class:LookaheadSet
83 return tokenTypeSet.isNil();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntSet.java68 boolean isNil(); method in interface:IntSet
H A DIntervalSet.java501 public boolean isNil() { method in class:IntervalSet
517 if ( isNil() ) {
526 if ( isNil() ) {
H A DBitSet.java280 public boolean isNil() { method in class:BitSet
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as40 public function isNil(tree:Object):Boolean { function
41 return Tree(tree).isNil;
71 * and child isNil then you can decide it is ok to move children to t via
94 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
120 if ( newRootTree.isNil ) {
138 if ( r!=null && r.isNil ) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java247 public boolean isNil() { method in class:BitSet
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeAdaptor.java108 public boolean isNil(Object tree) { method in class:DebugTreeAdaptor
109 return adaptor.isNil(tree);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py278 def isNil(self, tree): member in class:DebugTreeAdaptor
279 return self.adaptor.isNil(tree)
H A Dtree.py200 def isNil(self): member in class:Tree
342 def isNil(self, tree): member in class:TreeAdaptor
352 and child isNil then you can decide it is ok to move children to t via
375 If oldRoot was null, it's ok, just return newRoot (even if isNil).
733 and child isNil then this routine moves children to t via
743 if childTree.isNil():
773 if t.isNil():
809 if newTree.isNil():
839 def isNil(self): member in class:BaseTree
928 if not self.isNil()
989 def isNil(self, tree): member in class:BaseTreeAdaptor
1249 def isNil(self): member in class:CommonTree
1421 def isNil(self): member in class:CommonErrorNode
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js395 isNil: function() {
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1366 llvm::Value *isNil = Builder.CreateICmpEQ(Receiver, local
1368 Builder.CreateCondBr(isNil, continueBB, messageBB);
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/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 643 milliseconds