Searched refs:matchAny (Results 1 - 25 of 40) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
H A Dantlr3baserecognizer.h125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member in struct:ANTLR3_BASE_RECOGNIZER_struct
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
H A DANTLRLexer.h71 - (void) matchAny;
H A DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
H A DANTLRLexer.h71 - (void) matchAny;
H A DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
H A DANTLRLexer.h71 - (void) matchAny;
H A DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
H A DANTLRLexer.h71 - (void) matchAny;
H A DANTLRBaseRecognizer.h106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeParser.as83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input function
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as173 public function matchAny():void { function
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c52 static void matchAny (pANTLR3_LEXER lexer);
139 lexer->matchAny = matchAny;
849 matchAny (pANTLR3_LEXER lexer) function
H A Dantlr3baserecognizer.c55 static void matchAny (pANTLR3_BASE_RECOGNIZER recognizer);
170 recognizer->matchAny = matchAny;
489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) function
515 ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provide override for this function\n");
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java187 public void matchAny() { method in class:Lexer
H A DBaseRecognizer.java120 public void matchAny(IntStream input) { method in class:BaseRecognizer
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input method in class:TreeParser
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DLexer.js157 matchAny: function() {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m235 [self matchAny]; if ( state.failed ) return ;
1196 [self matchAny]; if ( state.failed ) return ;
1267 [self matchAny]; if ( state.failed ) return ;
1362 [self matchAny]; if ( state.failed ) return ;
1452 [self matchAny]; if ( state.failed ) return ;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m491 [self matchAny]; if ( state.failed == YES ) return ;
1327 [self matchAny]; if ( state.failed == YES ) return ;
1389 [self matchAny]; if ( state.failed == YES ) return ;
1476 [self matchAny]; if ( state.failed == YES ) return ;
1560 [self matchAny]; if ( state.failed == YES ) return ;

Completed in 670 milliseconds

12