HttpLexer Class

Definition

Line 7 of System.Net.Http/HttpLexer.cm

Inheritance

Constructors & Destructor

public HttpLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)
public HttpLexer(const uchar* start_, const uchar* end_, const String<char>& fileName_, int fileIndex_)

Member Functions

private int GetTokenId(int statementIndex)
public override int NextState(int state, uchar c)

Constructor& Destructor Details

HttpLexer Constructor

public HttpLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)

Definition
Line 9 of System.Net.Http/HttpLexer.cm


HttpLexer Constructor

public HttpLexer(const uchar* start_, const uchar* end_, const String<char>& fileName_, int fileIndex_)

Definition
Line 14 of System.Net.Http/HttpLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 1114 of System.Net.Http/HttpLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 19 of System.Net.Http/HttpLexer.cm