HomeSort by relevance Sort by last modified time
    Searched refs:Lexer (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 126 lexer = SimpleC::Lexer.new( input )
127 tokens = ANTLR3::CommonTokenStream.new( lexer )
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 11 #include "clang/Lex/Lexer.h"
54 extend ? Lexer::MeasureTokenLength(Loc, SM, LangOpts) - 1 : 0;
TransRetainReleaseDealloc.cpp 24 #include "clang/Lex/Lexer.h"
175 StringRef MacroName = Lexer::getImmediateMacroName(Loc, SM,
  /external/clang/lib/Rewrite/
RewriteMacros.cpp 66 // Create a lexer to lex all the tokens of the main file in raw mode. Even
69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 47 public ViaParser(Lexer lexer) {
48 super(lexer);
56 lexer.match(TokenTypes.ID);
57 Token protocolName = lexer.getNextToken();
59 this.lexer.SPorHT();
61 lexer.match('/');
62 this.lexer.SPorHT();
63 lexer.match(TokenTypes.ID);
64 this.lexer.SPorHT()
    [all...]
ParserFactory.java 286 String headerName = Lexer.getHeaderName(line);
287 String headerValue = Lexer.getHeaderValue(line);
Lexer.java 38 * Lexer class for the parser.
46 public class Lexer extends LexerCore {
68 public Lexer(String lexerName, String buffer) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 21 @lexer = grammar_module::Lexer.new( input )
22 @parser = grammar_module::Parser.new( @lexer, parser_options )
394 lexer = TreeRewrite::Lexer.new( input )
395 tokens = ANTLR3::TokenRewriteStream.new( lexer )
  /external/clang/lib/Lex/
PPLexerChange.cpp 11 // current lexer stack.
41 "Top level include stack isn't our primary lexer?");
48 /// getCurrentLexer - Return the current file lexer being lexed from. Note
55 // Look for a stacked lexer.
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
110 void Preprocessor::EnterSourceFileWithLexer(Lexer *TheLexer,
113 // Add the current lexer to the include stack.
175 /// which will cause the lexer to start returning the specified tokens.
230 /// HandleEndOfFile - This callback is invoked when the lexer hits the end of
272 assert(CurPTHLexer && "Got EOF but no current lexer set!")
    [all...]
LiteralSupport.cpp 213 Lexer::AdvanceToTokenCharacter(Loc, UcnBegin - ThisTokBegin,
235 Lexer::AdvanceToTokenCharacter(Loc, UcnBegin - ThisTokBegin,
397 "Lexer didn't maximally munch?");
    [all...]
MacroArgs.cpp 50 // Allocate memory for a MacroArgs object with the lexer tokens at the end.
230 std::string Str = Lexer::Stringify(TokStr);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 77 holds newly constructed tokens for lexer rules
180 For all effective purposes, the class and its immediate subclasses Lexer,
682 # If you change what tokens must be created by the lexer,
911 =begin rdoc ANTLR3::Lexer
913 = Lexer
915 Lexer is the default superclass of all lexers generated by ANTLR. The class
921 A lexer's job is to take input text and break it up into _tokens_ -- objects
923 position of the text with respect to the input. Thus, a lexer is essentially a
927 the lexer converts text into tokens for use by a parser, which recognizes larger
938 == ANTLR Lexers and the Lexer AP
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 13 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
14 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
18 lexer = grammar_module::Lexer.new( input )
19 parser = grammar_module::Parser.new( lexer )
41 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
42 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
48 lexer = grammar_module::Lexer.new( input )
49 parser = grammar.module::Parser.new( lexer )
    [all...]
rewrites.rb 13 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
14 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
18 lexer = grammar_module::Lexer.new( input )
19 parser = grammar_module::Parser.new( lexer )
41 grammar_module::Lexer.send( :include, ANTLR3::Test::CollectErrors )
42 grammar_module::Lexer.send( :include, ANTLR3::Test::CaptureOutput )
48 lexer = grammar_module::Lexer.new( input )
49 parser = grammar.module::Parser.new( lexer )
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 3 package com.google.clearsilver.jsilver.syntax.lexer;
9 public class Lexer
27 public Lexer(@SuppressWarnings("hiding") PushbackReader in)
69 @SuppressWarnings("hiding") int[][][] gotoTable = Lexer.gotoTable[this.state.id()];
70 @SuppressWarnings("hiding") int[] accept = Lexer.accept[this.state.id()];
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 59 # - - - - - - begin action @lexer::header - - - - - -
66 # - - - - - - end action @lexer::header - - - - - - -
86 class Lexer < ANTLR3::Lexer
111 # - - - - - - - - - - - lexer rules - - - - - - - - - - - -
112 # lexer rule t__10! (T__10)
136 # lexer rule t__11! (T__11)
160 # lexer rule t__12! (T__12)
184 # lexer rule t__13! (T__13)
208 # lexer rule t__14! (T__14
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 1 //===--- CacheTokens.cpp - Caching of lexer tokens for PTH support --------===//
22 #include "clang/Lex/Lexer.h"
215 PTHEntry LexTokens(Lexer& L);
271 PTHEntry PTHWriter::LexTokens(Lexer& L) {
467 // Iterate over all the files in SourceManager. Create a lexer
486 Lexer L(FID, FromFile, SM, LOpts);
FrontendActions.cpp 367 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
496 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
TextDiagnostic.cpp 15 #include "clang/Lex/Lexer.h"
779 TokSize = Lexer::MeasureTokenLength(E, SM, LangOpts);
853 = ColNo + Lexer::MeasureTokenLength(Loc, SM, LangOpts);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 18 outputFile(LEXER, PARSER, TREE_PARSER, actionScope, actions, docComment, recognizer, name,
325 <if(TREE_PARSER)>TreeParser<elseif(PARSER)>Parser<else>Lexer<endif>
673 <if(!LEXER)>
680 <if(LEXER)>
797 * error can be generated). This is used only in the lexer so
873 * The <name> attribute is inherited via the parser, lexer, ...
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 8 public class SimpleCLexer extends Lexer {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 8 public class SimpleCLexer extends Lexer {
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 110 Lexer lexer = new Lexer(compiler, namespaceContext, this); local
112 lexer.tokenize(expression);
186 Lexer lexer = new Lexer(compiler, namespaceContext, this); local
188 lexer.tokenize(expression);
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
SyntaxChecker.h 65 SyntaxChecker(JSGlobalData* , Lexer*)
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 2554 milliseconds

1 2 3 4 5 6 78 910