Home
last modified time | relevance | path

Searched refs:combineFollows (Results 1 – 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js518 return this.combineFollows(false);
580 return this.combineFollows(true);
589 combineFollows: function(exact) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java469 return combineFollows(false); in computeErrorRecoverySet()
525 return combineFollows(true); in computeContextSensitiveRuleFOLLOW()
532 protected BitSet combineFollows(boolean exact) { in combineFollows() method in BaseRecognizer
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c61 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
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3baserecognizer.h222 pANTLR3_BITSET (*combineFollows) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py588 return self.combineFollows(False)
646 return self.combineFollows(True)
649 def combineFollows(self, exact): member in BaseRecognizer
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseRecognizer.h136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.h128 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
DANTLRBaseRecognizer.m608 return [self combineFollows:NO];
665 return [self combineFollows:YES];
672 - (ANTLRBitSet *)combineFollows:(BOOL) exact
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseRecognizer.h136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseRecognizer.h136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as445 return combineFollows(false);
501 return combineFollows(true);
504 protected function combineFollows(exact:Boolean):BitSet {
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...