HomeSort by relevance Sort by last modified time
    Searched full:lexer (Results 351 - 375 of 1025) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 56 <if(LEXER)>
57 * - for the lexer : <name>Lexer
76 outputFile( LEXER,
197 <if(LEXER)>
199 /* Macros for accessing things in a lexer
201 #undef LEXER
238 #define LEXER ctx->pLexer
239 #define RECOGNIZER LEXER->rec
242 #define GETCHARINDEX() LEXER->getCharIndex(LEXER
    [all...]
  /bootable/recovery/edify/
Android.mk 6 lexer.l \
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
TTree.g 9 // Use the vocab from the parser (not the lexer)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 55 // LEXER FIELDS (must be in same state object to avoid casting
56 // constantly in generated code and Lexer object) :(
59 /** The goal of all lexer rules/methods is to create a token object.
62 * matching lexer rule(s). If you subclass to allow multiple token
  /external/antlr/antlr-3.4/runtime/C/doxygen/
buildrec.dox 6 /// according to whether your grammar file contains a lexer, parser, combined or treeparser specification.
15 /// <td> lexer grammar (G.g3l) </td>
50 /// In order to run your lexer/parser/tree parser combination, you will need a small function (or main)
103 /// // The lexer is of course generated by ANTLR, and so the lexer type is not upper case.
104 /// // The lexer is supplied with a pANTLR3_INPUT_STREAM from whence it consumes its
106 /// // for your lexer.
110 /// // The token stream is produced by the ANTLR3 generated lexer. Again it is a structure based
172 /// // lexer and set the lexer input to our input stream
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 54 // LEXER FIELDS (must be in same state object to avoid casting
55 // constantly in generated code and Lexer object) :(
58 /** The goal of all lexer rules/methods is to create a token object.
61 * matching lexer rule(s). If you subclass to allow multiple token
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t026actions.g 6 @lexer::init {
t047treeparser.html 94 lexer = new TLexer(cstream),
95 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
111 lexer = new TLexer(cstream),
112 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t015calc.html 20 lexer = new t015calcLexer(cstream),
21 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t018llstar.html 48 lexer = new t018llstarLexer(cstream),
49 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t034tokenLabelPropertyRef.html 41 lexer = new TLexer(cstream),
42 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t035ruleLabelPropertyRef.html 41 lexer = new TLexer(cstream),
42 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t036multipleReturnValues.html 41 lexer = new TLexer(cstream),
42 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t037rulePropertyRef.html 41 lexer = new TLexer(cstream),
42 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleC__.gl 0 lexer grammar SimpleC;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.g 6 @lexer::init {
t047treeparser.py 54 lexer = self.getLexer(cStream)
55 tStream = antlr3.CommonTokenStream(lexer)
108 lexer = self.getLexer(cStream)
109 tStream = antlr3.CommonTokenStream(lexer)
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestDFAMatching.java 44 "lexer grammar t;\n"+
57 "lexer grammar t;\n"+
71 "lexer grammar t;\n"+
84 "lexer grammar t;\n"+
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Input.h 16 // Holds and reads input for Lexer.
  /external/chromium_org/third_party/jinja2/
defaults.py 15 # defaults for the parser / lexer
  /external/chromium_org/tools/json_schema_compiler/highlighters/
hilite_me_highlighter.py 19 ('lexer', 'cpp'),
  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 17 #include "clang/Lex/Lexer.h"
25 // Create a lexer to lex all the tokens of the main file in raw mode.
27 Lexer RawLex(FID, FromFile, SM, LangOpts);
93 // TODO: Form a whole lexer around this and relex the token! For now, just
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
SecurityServerParser.java 41 import gov.nist.javax.sip.parser.Lexer;
57 protected SecurityServerParser(Lexer lexer)
59 super(lexer);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
CSeqParser.java 51 protected CSeqParser(Lexer lexer) {
52 super(lexer);
59 this.lexer.match(TokenTypes.CSEQ);
60 this.lexer.SPorHT();
61 this.lexer.match(':');
62 this.lexer.SPorHT();
63 String number = this.lexer.number();
65 this.lexer.SPorHT();
71 this.lexer.SPorHT()
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 27 * @param input The stream of tokens that will be pulled from the lexer
40 * @param input The stream of tokesn that will be pulled from the lexer

Completed in 995 milliseconds

<<11121314151617181920>>