Searched refs:combineFollows (Results 1 – 12 of 12) sorted by relevance
518 return this.combineFollows(false);580 return this.combineFollows(true);589 combineFollows: function(exact) {
469 return combineFollows(false); in computeErrorRecoverySet()525 return combineFollows(true); in computeContextSensitiveRuleFOLLOW()532 protected BitSet combineFollows(boolean exact) { in combineFollows() method in BaseRecognizer
61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);156 recognizer->combineFollows = combineFollows; in antlr3BaseRecognizerNew()881 return recognizer->combineFollows(recognizer, ANTLR3_FALSE); in computeErrorRecoverySet()941 return recognizer->combineFollows(recognizer, ANTLR3_FALSE); in computeCSRuleFollow()947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) in combineFollows() function
222 pANTLR3_BITSET (*combineFollows) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
588 return self.combineFollows(False)646 return self.combineFollows(True)649 def combineFollows(self, exact): member in BaseRecognizer
136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
128 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
608 return [self combineFollows:NO];665 return [self combineFollows:YES];672 - (ANTLRBitSet *)combineFollows:(BOOL) exact
445 return combineFollows(false);501 return combineFollows(true);504 protected function combineFollows(exact:Boolean):BitSet {
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...