Searched refs:viableTokensFollowingThisRule (Results 1 - 8 of 8) sorted by relevance

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

Completed in 245 milliseconds