Searched defs:combineFollows (Results 1 – 4 of 4) sorted by relevance
222 pANTLR3_BITSET (*combineFollows) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
532 protected BitSet combineFollows(boolean exact) { in combineFollows() method in BaseRecognizer
947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) in combineFollows() function
649 def combineFollows(self, exact): member in BaseRecognizer