|
Code::Blocks
SVN r11506
|
Public Member Functions | |
| ExpState () | |
Public Attributes | |
| bool | _class_or_delete |
| bool | _funcarg |
| bool | _freevar |
| SQInteger | _deref |
Definition at line 19 of file sqcompiler.cpp.
|
inline |
Definition at line 21 of file sqcompiler.cpp.
References _class_or_delete, _deref, _freevar, _funcarg, and DEREF_NO_DEREF.
Referenced by SQCompiler::PushExpState().
| bool ExpState::_class_or_delete |
Definition at line 28 of file sqcompiler.cpp.
Referenced by ExpState().
| SQInteger ExpState::_deref |
Definition at line 31 of file sqcompiler.cpp.
Referenced by SQCompiler::ClassStatement(), SQCompiler::DeleteExpr(), ExpState(), and SQCompiler::PrefixIncDec().
| bool ExpState::_freevar |
Definition at line 30 of file sqcompiler.cpp.
Referenced by ExpState().
| bool ExpState::_funcarg |
Definition at line 29 of file sqcompiler.cpp.
Referenced by ExpState().
1.8.13