Lines Matching full:just
95 stream->freeElements = ANTLR3_FALSE; // Just in case in freeRS()
164 stream->freeElements = ANTLR3_FALSE; // Just in case in freeNodeRS()
192 // to the pool? If we do, then we will just reuse it by resetting in antlr3RewriteRuleElementStreamNewAE()
527 // we have either zero or just one element in the rewrite stream in add()
531 // We already have >1 entries in the stream. So we can just add this new element to the existing in add()
589 /// Return the next element for a caller that wants just the token
645 // Special case when size is single element, it will just dup a lot in _next()
651 // that we just duplicate the entry n times (such as ID ent+ -> ^(ID ent)+) in _next()
657 // Elements available either for duping or just available in _next()
665 // More than just a single element so we extract it from the in _next()
678 /// subtree. Dup'ing a token means just creating another AST node
692 /// subtree. Dup'ing a token means just creating another AST node
706 /// subtree. Dup'ing a token means just creating another AST node
797 // We are out of elements and the size is 1, which means we just in nextNode()
816 /// logic from the java implementation, which I suspect is just guarding in size()