![]() |
CMGDK r49-rc2
|
#include <as_tokenizer.h>
公有成员 | |
asCTokenizer () | |
~asCTokenizer () | |
eTokenType | GetToken (const wchar_t *source, uint sourceLength, uint *tokenLength) |
保护成员 | |
int | ParseToken () |
bool | IsWhiteSpace () |
bool | IsComment () |
bool | IsConstant () |
bool | IsKeyWord () |
bool | IsIdentifier () |
保护属性 | |
const wchar_t * | source |
uint | sourceLength |
eTokenType | tokenType |
uint | tokenLength |
angle_script::asCTokenizer::asCTokenizer | ( | ) |
angle_script::asCTokenizer::~asCTokenizer | ( | ) |
eTokenType angle_script::asCTokenizer::GetToken | ( | const wchar_t * | source, |
uint | sourceLength, | ||
uint * | tokenLength | ||
) |
bool angle_script::asCTokenizer::IsComment | ( | ) | [protected] |
bool angle_script::asCTokenizer::IsConstant | ( | ) | [protected] |
bool angle_script::asCTokenizer::IsIdentifier | ( | ) | [protected] |
bool angle_script::asCTokenizer::IsKeyWord | ( | ) | [protected] |
bool angle_script::asCTokenizer::IsWhiteSpace | ( | ) | [protected] |
int angle_script::asCTokenizer::ParseToken | ( | ) | [protected] |
const wchar_t* angle_script::asCTokenizer::source [protected] |
uint angle_script::asCTokenizer::sourceLength [protected] |
uint angle_script::asCTokenizer::tokenLength [protected] |
eTokenType angle_script::asCTokenizer::tokenType [protected] |