Searched refs:recognizers (Results 1 – 24 of 24) sorted by relevance
47 enum futil_file_type (*recognizers[])(uint8_t *buf, uint32_t len) = { variable61 for (i = 0; i < ARRAY_SIZE(recognizers); i++) { in futil_file_type_buf()62 type = recognizers[i](buf, len); in futil_file_type_buf()
18 recognizers generated by ANTLR V3.0.x. If you are an application developer,23 compatible with V3.0.x recognizers or if future runtimes V3.2+ will be24 compatible with V3.1 recognizers.
10 for f in __init__ exceptions constants dfa tokens streams recognizers; do
19 * recognizers.py (TokenSource): Added iterator interface to TokenSource
119 EXCLUDE_SYMBOLS = dfa exceptions recognizers streams tokens constants
150 from recognizers import *
44 from antlr3.recognizers import BaseRecognizer, RuleReturnScope
12 recognizers, interpreters, compilers, and translators from grammatical94 that provides a framework for constructing recognizers, compilers, and
584 composite recognizers. If the input state was null to the constructor,895 a recognizer failed. Added getNumberOfSyntaxErrors() to recognizers.2179 * Added traceIn/Out methods to recognizers so that you can override them;2976 * debugging event handshake how sends grammar file name. Added getGrammarFileName() to recognizers…
27 /// generation template for the tool and a runtime library for use by generated recognizers.103 /// number of example grammars and helps to see how to invoke and call the generated recognizers.
164 /// The base recognizer interface is implemented by all higher level recognizers165 /// such as #pANTLR3_PARSER and provides methods common to all recognizers.
87 /// <b>/usr/local/lib</b> and include files (for building your recognizers) in <b>/usr/local/includ…174 /// You are now ready to generate C recognizers and compile and link them with the ANTLR 3 C Runtim…
96 /// may create different <code>\#defines</code> for different recognizers.
65 /// recognizers. Wherever a function call or rule call required the ctx parameter, you either refer…291 /// to all recognizers, whether lexers, parsers or tree parsers. You can override methods in this
38 * toss you all the way out of the recognizers. If you want to continue
3 /** A generic recognizer that can handle recognizers generated from
92 about loading the recognizers and using their class definitions
144 generate template output mode recognizers
99 framework for constructing recognizers, compilers, and translators609 * Added traceIn/Out methods to recognizers so that you can override them;1406 * debugging event handshake how sends grammar file name. Added getGrammarFileName() to recognizers…
889 * stack trace. This routine is shared with all recognizers, hence,
103 # ANTLR-generated recognizers.
29 /** The API version of the runtime that recognizers generated by this runtime
764 * so we just undef it here for now. That isn't the value we get back from C recognizers
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...