Searched defs:matchAny (Results 1 – 13 of 13) sorted by relevance
173 public function matchAny():void { method in org.antlr.runtime.Lexer
53 matchAny: function(ignore) { // ignore stream, copy of this.input method
163 void (*matchAny) (struct ANTLR3_LEXER_struct * lexer); member
125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member
243 {
187 public void matchAny() { in matchAny() method in Lexer
120 public void matchAny(IntStream input) { in matchAny() method in BaseRecognizer
100 public void matchAny(IntStream ignore) { // ignore stream, copy of input in matchAny() method in TreeParser
849 matchAny (pANTLR3_LEXER lexer) in matchAny() function
489 matchAny(pANTLR3_BASE_RECOGNIZER recognizer) in matchAny() function
129 matchAny: function(input) { method in org.antlr.runtime.BaseRecognizer
225 def matchAny(self, input): member in BaseRecognizer1214 def matchAny(self): member in Lexer
2311 def matchAny(self, ignore): # ignore stream, copy of this.input member in TreeParser