Home
last modified time | relevance | path

Searched defs:combineFollows (Results 1 – 4 of 4) sorted by relevance

/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/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java532 protected BitSet combineFollows(boolean exact) { in combineFollows() method in BaseRecognizer
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c947 combineFollows (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_BOOLEAN exact) in combineFollows() function
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py649 def combineFollows(self, exact): member in BaseRecognizer