Searched defs:consumeUntil (Results 1 – 4 of 4) 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
1716 consumeUntil (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 tokenType) in consumeUntil() function
800 def consumeUntil(self, input, tokenTypes): member in BaseRecognizer