|
WSF
|
#include <WsfScriptData.hpp>
Public Types | |
| enum | Type { cIDENTIFIER , cKEYWORD , cOPERATOR , cSTRING , cNUMBER , cCOMMENT , cSTATIC_METHOD , cMETHOD , cLOCAL_VARIABLE , cPARAMETER , cLOCAL_METHOD } |
Public Member Functions | |
| bool | operator< (const WsfScriptToken &aTok) const |
Public Attributes | |
| UtTextRange | mRange |
| Type | mTokenType |
|
inline |
References mRange.
| UtTextRange wizard::WsfScriptToken::mRange |
Referenced by operator<(), and wizard::WsfScriptParser::ProcessScript().
| Type wizard::WsfScriptToken::mTokenType |
Referenced by wizard::WsfScriptParser::ProcessScript().