#include <lscript_tree.h>
Inheritance diagram for LLScriptStateChange:


| Public Member Functions | |
| LLScriptStateChange (S32 line, S32 col, LLScriptIdentifier *identifier) | |
| ~LLScriptStateChange () | |
| void | recurse (FILE *fp, S32 tabs, S32 tabsize, LSCRIPTCompilePass pass, LSCRIPTPruneType ptype, BOOL &prunearg, LLScriptScope *scope, LSCRIPTType &type, LSCRIPTType basetype, U64 &count, LLScriptByteCodeChunk *chunk, LLScriptByteCodeChunk *heap, S32 stacksize, LLScriptScopeEntry *entry, S32 entrycount, LLScriptLibData **ldata) | 
| S32 | getSize () | 
| Public Attributes | |
| LLScriptIdentifier * | mIdentifier | 
Definition at line 1848 of file lscript_tree.h.
| LLScriptStateChange::LLScriptStateChange | ( | S32 | line, | |
| S32 | col, | |||
| LLScriptIdentifier * | identifier | |||
| ) |  [inline] | 
Definition at line 1851 of file lscript_tree.h.
| LLScriptStateChange::~LLScriptStateChange | ( | ) |  [inline] | 
Definition at line 1856 of file lscript_tree.h.
| S32 LLScriptStateChange::getSize | ( | ) |  [virtual] | 
| void LLScriptStateChange::recurse | ( | FILE * | fp, | |
| S32 | tabs, | |||
| S32 | tabsize, | |||
| LSCRIPTCompilePass | pass, | |||
| LSCRIPTPruneType | ptype, | |||
| BOOL & | prunearg, | |||
| LLScriptScope * | scope, | |||
| LSCRIPTType & | type, | |||
| LSCRIPTType | basetype, | |||
| U64 & | count, | |||
| LLScriptByteCodeChunk * | chunk, | |||
| LLScriptByteCodeChunk * | heap, | |||
| S32 | stacksize, | |||
| LLScriptScopeEntry * | entry, | |||
| S32 | entrycount, | |||
| LLScriptLibData ** | ldata | |||
| ) |  [virtual] | 
Reimplemented from LLScriptStatement.
Definition at line 7560 of file lscript_tree.cpp.
References add_exit_pops(), LLScriptByteCodeChunk::addByte(), LLScriptByteCodeChunk::addInteger(), FALSE, LLScriptFilePosition::fdotabs(), LLScriptScope::findEntryTyped(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptStatement::gonext(), LIT_STATE, LOPC_STATE, LSCP_EMIT_ASSEMBLY, LSCP_EMIT_BYTE_CODE, LSCP_EMIT_CIL_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_PRUNE, LSCP_SCOPE_PASS2, LSCRIPTOpCodes, LSERROR_STATE_CHANGE_IN_GLOBAL, LSERROR_UNDEFINED_NAME, LSPRUNE_DEAD_CODE, LSPRUNE_GLOBAL_NON_VOIDS, LSPRUNE_GLOBAL_VOIDS, LLScriptScopeEntry::mCount, mIdentifier, LLScriptIdentifier::mName, LLScriptIdentifier::mScopeEntry, NULL, print_exit_pops(), LLScriptIdentifier::recurse(), TRUE, and LLScriptGenerateErrorText::writeError().
 1.4.7
 1.4.7