Searched refs:computeContextSensitiveRuleFOLLOW (Results 1 – 9 of 9) sorted by relevance
162 var viableTokensFollowingThisRule = this.computeContextSensitiveRuleFOLLOW();579 computeContextSensitiveRuleFOLLOW: function() {
138 BitSet viableTokensFollowingThisRule = computeContextSensitiveRuleFOLLOW(); in mismatchIsMissingToken()524 protected BitSet computeContextSensitiveRuleFOLLOW() { in computeContextSensitiveRuleFOLLOW() method in BaseRecognizer
135 - (ANTLRBitSet *)computeContextSensitiveRuleFOLLOW;
127 - (ANTLRBitSet *)computeContextSensitiveRuleFOLLOW;
268 ANTLRBitSet *viableTokensFollowingThisRule = [self computeContextSensitiveRuleFOLLOW];663 - (ANTLRBitSet *)computeContextSensitiveRuleFOLLOW
244 viableTokensFollowingThisRule = self.computeContextSensitiveRuleFOLLOW()591 def computeContextSensitiveRuleFOLLOW(self): member in BaseRecognizer
100 var viableTokensFollowingThisRule:BitSet = computeContextSensitiveRuleFOLLOW();500 protected function computeContextSensitiveRuleFOLLOW():BitSet {