#include <lscript_tree.h>
Inheritance diagram for LLScriptNoSensorEvent:
Public Member Functions | |
LLScriptNoSensorEvent (S32 line, S32 col) | |
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 () |
~LLScriptNoSensorEvent () |
Definition at line 800 of file lscript_tree.h.
Definition at line 803 of file lscript_tree.h.
LLScriptNoSensorEvent::~LLScriptNoSensorEvent | ( | ) | [inline] |
Definition at line 811 of file lscript_tree.h.
S32 LLScriptNoSensorEvent::getSize | ( | ) | [virtual] |
void LLScriptNoSensorEvent::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 3131 of file lscript_tree.cpp.
References LLScriptByteCodeChunk::addBytes(), LLScriptFilePosition::fdotabs(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LSCP_EMIT_ASSEMBLY, LSCP_EMIT_BYTE_CODE, and LSCP_PRETTY_PRINT.