Searched defs:getRuleMemoization (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as721 public function getRuleMemoization(ruleIndex:int, ruleStartIndex:int):int { function
742 var stopIndex:int = getRuleMemoization(ruleIndex, input.index);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h279 ANTLR3_MARKER (*getRuleMemoization) (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.java793 public int getRuleMemoization(int ruleIndex, int ruleStartIndex) { method in class:BaseRecognizer
815 int stopIndex = getRuleMemoization(ruleIndex, input.index());
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c72 static ANTLR3_MARKER getRuleMemoization (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_INTKEY ruleIndex, ANTLR3_MARKER ruleParseStart);
168 recognizer->getRuleMemoization = getRuleMemoization;
1855 getRuleMemoization (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_INTKEY ruleIndex, ANTLR3_MARKER ruleParseStart) function
1964 stopIndex = recognizer->getRuleMemoization(recognizer, ruleIndex, is->index(is));
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py911 def getRuleMemoization(self, ruleIndex, ruleStartIndex): member in class:BaseRecognizer
940 stopIndex = self.getRuleMemoization(ruleIndex, input.index())
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js842 getRuleMemoization: function(ruleIndex, ruleStartIndex) {
867 var stopIndex = this.getRuleMemoization(ruleIndex, input.index());
/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 194 milliseconds