Searched defs:consumeUntil (Results 1 – 6 of 6) sorted by relevance
675 public void consumeUntil(IntStream input, int tokenType) { in consumeUntil() method in BaseRecognizer685 public void consumeUntil(IntStream input, BitSet set) { in consumeUntil() method in BaseRecognizer
248 void (*consumeUntil) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
608 void BaseRecognizer<ImplTraits, StreamType>::consumeUntil(ANTLR_UINT32 tokenType) function in BaseRecognizer
1716 consumeUntil (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 tokenType) in consumeUntil() function
800 def consumeUntil(self, input, tokenTypes): member in BaseRecognizer
776 def consumeUntil(self, input, tokenTypes): member in BaseRecognizer