Home
last modified time | relevance | path

Searched refs:viableTokensFollowingThisRule (Results 1 – 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c556 pANTLR3_BITSET viableTokensFollowingThisRule; in mismatchIsMissingToken() local
569 viableTokensFollowingThisRule = NULL; in mismatchIsMissingToken()
597 viableTokensFollowingThisRule = recognizer->computeCSRuleFollow(recognizer); in mismatchIsMissingToken()
598 followClone->borInPlace(followClone, viableTokensFollowingThisRule); in mismatchIsMissingToken()
620 if (viableTokensFollowingThisRule != NULL) in mismatchIsMissingToken()
622 viableTokensFollowingThisRule->free(viableTokensFollowingThisRule); in mismatchIsMissingToken()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js162 var viableTokensFollowingThisRule = this.computeContextSensitiveRuleFOLLOW();
163 follow = follow.or(this.viableTokensFollowingThisRule);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java138 BitSet viableTokensFollowingThisRule = computeContextSensitiveRuleFOLLOW(); in mismatchIsMissingToken() local
139 follow = follow.or(viableTokensFollowingThisRule); in mismatchIsMissingToken()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs185 BitSet viableTokensFollowingThisRule = ComputeContextSensitiveRuleFOLLOW(); in MismatchIsMissingToken()
186 follow = follow.Or( viableTokensFollowingThisRule ); in MismatchIsMissingToken()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs167 BitSet viableTokensFollowingThisRule = ComputeContextSensitiveRuleFOLLOW(); in MismatchIsMissingToken()
168 follow = follow.Or(viableTokensFollowingThisRule); in MismatchIsMissingToken()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py244 viableTokensFollowingThisRule = self.computeContextSensitiveRuleFOLLOW()
245 follow = follow | viableTokensFollowingThisRule
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as100 var viableTokensFollowingThisRule:BitSet = computeContextSensitiveRuleFOLLOW();
101 follow = follow.or(viableTokensFollowingThisRule);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m268 ANTLRBitSet *viableTokensFollowingThisRule = [self computeContextSensitiveRuleFOLLOW];
269 follow = [follow or:viableTokensFollowingThisRule];
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...