|
Pol
Rev 533
|
#include <symcont.h>
Public Member Functions | |
| StoredToken (unsigned char aModule=0, int aID=CTRL_STATEMENTBEGIN, BTokenType aType=TYP_CONTROL, unsigned aOffset=0) | |
Public Attributes | |
| unsigned char | id |
| unsigned char | module |
| unsigned short | offset |
| unsigned char | type |
| StoredToken::StoredToken | ( | unsigned char | aModule = 0, |
| int | aID = CTRL_STATEMENTBEGIN, |
||
| BTokenType | aType = TYP_CONTROL, |
||
| unsigned | aOffset = 0 |
||
| ) | [explicit] |
Definition at line 213 of file symcont.cpp.
References offset.
| unsigned char StoredToken::id |
Definition at line 32 of file symcont.h.
Referenced by Compiler::_getStatement(), EScriptProgram::_readToken(), Compiler::handleBracketedFunction(), and Compiler::handleFunction().
| unsigned char StoredToken::module |
Definition at line 34 of file symcont.h.
Referenced by EScriptProgram::_readToken().
| unsigned short StoredToken::offset |
Definition at line 33 of file symcont.h.
Referenced by EScriptProgram::_readToken(), Compiler::handleBracketedIf(), Compiler::patchoffset(), and StoredToken().
| unsigned char StoredToken::type |
Definition at line 31 of file symcont.h.
Referenced by EScriptProgram::_readToken().