/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3treeparser.c | 46 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istrea… 85 parser->rec->getCurrentInputSymbol = getCurrentInputSymbol; in antlr3TreeParserNewStream() 189 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
|
D | antlr3lexer.c | 62 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM ist… 100 lexer->rec->getCurrentInputSymbol = getCurrentInputSymbol; in antlr3LexerNew() 894 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
|
D | antlr3baserecognizer.c | 78 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM ist… 184 recognizer->getCurrentInputSymbol = getCurrentInputSymbol; in antlr3BaseRecognizerNew() 451 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is); in match() 1510 matchedSymbol = recognizer->getCurrentInputSymbol(recognizer, is); in recoverFromMismatchedToken() 2156 getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream) in getCurrentInputSymbol() function
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRParser.h | 47 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput;
|
D | ANTLRTreeParser.h | 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
|
D | ANTLRBaseRecognizer.h | 146 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRParser.h | 47 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput;
|
D | ANTLRTreeParser.h | 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
|
D | ANTLRBaseRecognizer.h | 146 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRParser.h | 47 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput;
|
D | ANTLRTreeParser.h | 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
|
D | ANTLRBaseRecognizer.h | 138 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
|
D | ANTLRParser.m | 92 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRParser.h | 47 - (id) getCurrentInputSymbol:(id<ANTLRTokenStream>)anInput;
|
D | ANTLRTreeParser.h | 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
|
D | ANTLRBaseRecognizer.h | 146 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 110 var matchedSymbol = this.getCurrentInputSymbol(input); 662 var matchedSymbol = this.getCurrentInputSymbol(input); 709 getCurrentInputSymbol: function(input) { return null; },
|
D | Parser.js | 18 getCurrentInputSymbol: function(input) { method
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | Parser.java | 55 protected Object getCurrentInputSymbol(IntStream input) { in getCurrentInputSymbol() method in Parser
|
D | BaseRecognizer.java | 104 Object matchedSymbol = getCurrentInputSymbol(input); in match() 605 Object matchedSymbol = getCurrentInputSymbol(input); in recoverFromMismatchedToken() 646 protected Object getCurrentInputSymbol(IntStream input) { return null; } in getCurrentInputSymbol() method in BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | recognizers.py | 211 matchedSymbol = self.getCurrentInputSymbol(input) 713 matchedSymbol = self.getCurrentInputSymbol(input) 745 def getCurrentInputSymbol(self, input): member in BaseRecognizer 1379 def getCurrentInputSymbol(self, input): member in Parser
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3baserecognizer.h | 306 void * (*getCurrentInputSymbol) ( struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, member
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | TreeParser.js | 39 getCurrentInputSymbol: function(input) { method
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 81 protected Object getCurrentInputSymbol(IntStream input) { in getCurrentInputSymbol() method in TreeParser
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | Parser.as | 49 protected override function getCurrentInputSymbol(input:IntStream):Object {
|