JsonLexer Class

Definition

Line 7 of System.Json/JsonLexer.cm

Inheritance

Constructors & Destructor

public JsonLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_)
public JsonLexer(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

JsonLexer Constructor

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

Definition
Line 9 of System.Json/JsonLexer.cm


JsonLexer Constructor

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

Definition
Line 14 of System.Json/JsonLexer.cm


Member Function Details

GetTokenId Member Function

private int GetTokenId(int statementIndex)

Definition
Line 853 of System.Json/JsonLexer.cm


NextState Member Function

public override int NextState(int state, uchar c)

Definition
Line 19 of System.Json/JsonLexer.cm