public | ParserFileLexer(const String<uchar>& content_, const String<char>& fileName_, int fileIndex_) |
public | ParserFileLexer(const uchar* start_, const uchar* end_, const String<char>& fileName_, int fileIndex_) |
private int | GetTokenId(int statementIndex) |
public override int | NextState(int state, uchar c) |
public uchar | chrLit |
public int | chrLitPrefix |
public double | floatingLit |
public bool | floatingLitFloat |
public ulong | intLit |
public bool | intLitUnsigned |
public int | leftAngleCount |
public bool | parsingOperatorFunctionGroupId |
public String<uchar> | strLit |
public int | strLitPrefix |