|
eTokenType | GetToken (const char *source, size_t sourceLength, size_t *tokenLength, asETokenClass *tc=0) const |
|
|
static const char * | GetDefinition (int tokenType) |
|
|
asETokenClass | ParseToken (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsWhiteSpace (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsComment (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsConstant (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsKeyWord (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsIdentifier (const char *source, size_t sourceLength, size_t &tokenLength, eTokenType &tokenType) const |
|
bool | IsDigitInRadix (char ch, int radix) const |
|
The documentation for this class was generated from the following file: