#include <lscript_tree.h>


Public Member Functions | |
| LLScriptWhile (S32 line, S32 col, LLScriptExpression *expression, LLScriptStatement *statement) | |
| ~LLScriptWhile () | |
| void | recurse (LLFILE *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 | |
| LLScriptExpression * | mExpression |
| LLScriptStatement * | mStatement |
| LSCRIPTType | mType |
Definition at line 2022 of file lscript_tree.h.
| LLScriptWhile::LLScriptWhile | ( | S32 | line, | |
| S32 | col, | |||
| LLScriptExpression * | expression, | |||
| LLScriptStatement * | statement | |||
| ) | [inline] |
Definition at line 2025 of file lscript_tree.h.
| LLScriptWhile::~LLScriptWhile | ( | ) | [inline] |
Definition at line 2030 of file lscript_tree.h.
| void LLScriptWhile::recurse | ( | LLFILE * | 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 8306 of file lscript_tree.cpp.
References LLScriptByteCodeChunk::addByte(), LLScriptByteCodeChunk::addBytes(), LLScriptByteCodeChunk::addJump(), LLScriptByteCodeChunk::addLabel(), FALSE, LLScriptFilePosition::fdotabs(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptStatement::gonext(), gTempJumpCount, LOPC_JUMP, LOPC_JUMPNIF, LSCP_EMIT_ASSEMBLY, LSCP_EMIT_BYTE_CODE, LSCP_EMIT_CIL_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_PRUNE, LSCP_TO_STACK, LSCP_TYPE, LSCRIPTDataSize, LSCRIPTOpCodes, LSCRIPTTypeByte, LSPRUNE_DEAD_CODE, LST_INTEGER, mExpression, mStatement, mType, NULL, LLScriptStatement::recurse(), LLScriptExpression::recurse(), S32, and TRUE.

| S32 LLScriptWhile::getSize | ( | ) | [virtual] |
Reimplemented from LLScriptStatement.
Definition at line 2039 of file lscript_tree.h.
Referenced by recurse().
1.5.5