Searched defs:combineFollows (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h222 pANTLR3_BITSET (*combineFollows) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java469 return combineFollows(false);
525 return combineFollows(true);
532 protected BitSet combineFollows(boolean exact) { method in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c61 static pANTLR3_BITSET combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact);
156 recognizer->combineFollows = combineFollows;
881 return recognizer->combineFollows(recognizer, ANTLR3_FALSE);
941 return recognizer->combineFollows(recognizer, ANTLR3_FALSE);
947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) function
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py588 return self.combineFollows(False)
646 return self.combineFollows(True)
649 def combineFollows(self, exact): member in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js518 return this.combineFollows(false);
580 return this.combineFollows(true);
589 combineFollows: function(exact) {
/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 128 milliseconds