Public Member Functions | |
| asCVariableScope (asCVariableScope *parent) | |
| void | Reset () |
| int | DeclareVariable (const char *name, const asCDataType &type, int stackOffset, bool isObjectOnHeap) |
| sVariable * | GetVariable (const char *name) |
| sVariable * | GetVariableByOffset (int offset) |
Public Attributes | |
| asCVariableScope * | parent |
| bool | isBreakScope |
| bool | isContinueScope |
| asCArray< sVariable * > | variables |