Home
last modified time | relevance | path

Searched refs:hasNilRoot (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeNodeStream.java57 protected boolean hasNilRoot = false; field in CommonTreeNodeStream
75 hasNilRoot = false; in reset()
88 if ( level==0 && hasNilRoot ) return it.next(); // don't give last UP; get EOF in nextElement()
92 hasNilRoot = true; in nextElement()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonTreeNodeStream.m64 hasNilRoot = NO;
80 hasNilRoot = NO;
104 hasNilRoot = false;
119 if ( level==0 && hasNilRoot ) return [it nextObject]; // don't give last UP; get EOF
124 hasNilRoot = true;
247 @synthesize hasNilRoot;
DANTLRCommonTreeNodeStream.h55 BOOL hasNilRoot; variable
119 @property BOOL hasNilRoot;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRCommonTreeNodeStream.h55 BOOL hasNilRoot; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRCommonTreeNodeStream.h55 BOOL hasNilRoot; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRCommonTreeNodeStream.h55 BOOL hasNilRoot; variable