Home
last modified time | relevance | path

Searched refs:matchAny (Results 1 – 25 of 43) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3lexer.h163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
Dantlr3baserecognizer.h125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
DANTLRTreeParser.m119 - (void) matchAny:(id<ANTLRIntStream>)ignore
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeParser.h66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
DANTLRLexer.h71 - (void) matchAny;
DANTLRBaseRecognizer.h114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3lexer.c52 static void matchAny (pANTLR3_LEXER lexer);
139 lexer->matchAny = matchAny; in antlr3LexerNew()
849 matchAny (pANTLR3_LEXER lexer) in matchAny() function
Dantlr3baserecognizer.c55 static void matchAny (pANTLR3_BASE_RECOGNIZER recognizer);
170 recognizer->matchAny = matchAny; in antlr3BaseRecognizerNew()
489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js53 matchAny: function(ignore) { // ignore stream, copy of this.input method
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DLexer.java187 public void matchAny() { in matchAny() method in Lexer
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DLexer.js157 matchAny: function() {
DBaseRecognizer.js129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py225 def matchAny(self, input): member in BaseRecognizer
1214 def matchAny(self): member in Lexer
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
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/ActionScript/project/src/org/antlr/runtime/tree/
DTreeParser.as83 public function matchAny(ignore:IntStream):void { // ignore stream, copy of this.input

12