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


| Public Member Functions | |
| LLScriptMovingEndEvent (S32 line, S32 col) | |
| ~LLScriptMovingEndEvent () | |
| 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 () | 
Definition at line 606 of file lscript_tree.h.
Definition at line 609 of file lscript_tree.h.
| LLScriptMovingEndEvent::~LLScriptMovingEndEvent | ( | ) |  [inline] | 
Definition at line 614 of file lscript_tree.h.
| S32 LLScriptMovingEndEvent::getSize | ( | ) |  [virtual] | 
| void LLScriptMovingEndEvent::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 LLScriptEvent.
Definition at line 2147 of file lscript_tree.cpp.
References LLScriptByteCodeChunk::addBytes(), LLScriptFilePosition::fdotabs(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LSCP_EMIT_ASSEMBLY, LSCP_EMIT_BYTE_CODE, and LSCP_PRETTY_PRINT.
 1.4.7
 1.4.7