Searched defs:match_any (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ | ||
D | Lexer.pm | 180 sub match_any { method in ANTLR::Runtime::Lexer |
D | BaseRecognizer.pm | 85 sub match_any { method in ANTLR::Runtime::BaseRecognizer |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ | ||
D | tree.rb | 133 def match_any( ignore = nil ) method in ANTLR3.AST.TreeParser |