Searched defs:getCurrentInputSymbol (Results 1 - 11 of 11) sorted by relevance
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
H A D | Parser.java | 55 protected Object getCurrentInputSymbol(IntStream input) { method in class:Parser
|
H A D | BaseRecognizer.java | 104 Object matchedSymbol = getCurrentInputSymbol(input); 605 Object matchedSymbol = getCurrentInputSymbol(input); 646 protected Object getCurrentInputSymbol(IntStream input) { return null; } method in class:BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3treeparser.c | 46 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream); 85 parser->rec->getCurrentInputSymbol = getCurrentInputSymbol; 189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) function
|
H A D | antlr3lexer.c | 62 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream); 100 lexer->rec->getCurrentInputSymbol = getCurrentInputSymbol; 894 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) function
|
H A D | antlr3baserecognizer.c | 78 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream); 184 recognizer->getCurrentInputSymbol = getCurrentInputSymbol; 451 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is); 1510 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is); 2156 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) function
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | TreeParser.java | 81 protected Object getCurrentInputSymbol(IntStream input) { method in class:TreeParser
|
/external/antlr/antlr-3.4/runtime/C/include/ |
H A D | antlr3baserecognizer.h | 306 void * (*getCurrentInputSymbol) ( struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member in struct:ANTLR3_BASE_RECOGNIZER_struct
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
H A D | recognizers.py | 211 matchedSymbol = self.getCurrentInputSymbol(input) 713 matchedSymbol = self.getCurrentInputSymbol(input) 745 def getCurrentInputSymbol(self, input): member in class:BaseRecognizer 1379 def getCurrentInputSymbol(self, input): member in class:Parser
|
H A D | tree.py | 2215 def getCurrentInputSymbol(self, input): member in class:TreeParser
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
H A D | BaseRecognizer.js | 110 var matchedSymbol = this.getCurrentInputSymbol(input); 662 var matchedSymbol = this.getCurrentInputSymbol(input); 709 getCurrentInputSymbol: function(input) { return null; },
|
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |
Completed in 997 milliseconds