/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 210 used by:: lexers and parsers 396 In lexers, this error is often raised by the main +tokens!+ rule, which must
|
streams.rb | 66 String data in a Stream interface for use by ANTLR lexers. 69 File object for use by lexers. 229 used by lexers. [all...] |
tree.rb | 66 * lexers 81 closely mirror the general structure of regular parsers and lexers. [all...] |
token.rb | 302 methods to token generators, like lexers.
|
/external/antlr/antlr-3.4/runtime/C/ |
README | 122 Lexers are much easier due to the LL(*) algorithm as well. Previously 311 1. Auto-generated lexers do not inherit parent parser's @namespace 545 * Cleaned up error printing in lexers and the messages that it creates. 854 * line numbers for lexers in combined grammars are now reported correctly. [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 303 /// This is ignored for lexers and the lexer implementation of this
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLexer.m | 404 /** Lexers can normally match any char in it's vocabulary after matching
|
ANTLRStringStream.m | 198 // implement the lookahead method used in lexers
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
exceptions.py | 94 # The current char when an error occurred. For lexers.
|
recognizers.py | 754 This is ignored for lexers. [all...] |
/external/antlr/antlr-3.4/tool/ |
CHANGES.txt | 595 * superClass works now for lexers 770 * Fixed ANTLR-207. Lexers importing vocabs didn't see ';'=4 type aliases in .tokens. [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
BaseRecognizer.js | 705 * <p>This is ignored for lexers.</p> 778 * stack data structure, which would be crazy expensive, especially in Lexers. As such, [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFA.java | 42 * of recognizers (lexers, parsers, tree walkers). [all...] |
DFAState.java | 571 // Also this ensures that lexers look for more and more
|
DecisionProbe.java | 317 * for lexers and parsers, for example. [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 127 * that can import lexers. [all...] |
NFAFactory.java | 213 // a simple token reference in non-Lexers
|
/external/chromium_org/net/websockets/ |
websocket_frame_parser_test.cc | 114 // Each |frame| data is split into two string literals because C++ lexers
|
/external/chromium_org/third_party/jinja2/ |
lexer.py | 27 # cache for the lexers. Exists in order to be able to have multiple
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 308 /// ask lexers input stream. [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 611 * This is ignored for lexers.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BaseRecognizer.java | 644 * This is ignored for lexers.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | 285 * is really only significant to lexers with a lot of fragment rules (which 904 // Free the lexers that we delegated to [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 649 // keyword when we're in a caching lexer, because caching lexers only get
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 670 * <remarks>This is ignored for lexers.</remarks> [all...] |