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


| Public Member Functions | |
| LLScriptCompoundStatement (S32 line, S32 col, LLScriptStatement *statement) | |
| ~LLScriptCompoundStatement () | |
| 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 | |
| LLScriptStatement * | mStatement | 
Definition at line 2063 of file lscript_tree.h.
| LLScriptCompoundStatement::LLScriptCompoundStatement | ( | S32 | line, | |
| S32 | col, | |||
| LLScriptStatement * | statement | |||
| ) |  [inline] | 
Definition at line 2066 of file lscript_tree.h.
| LLScriptCompoundStatement::~LLScriptCompoundStatement | ( | ) |  [inline] | 
Definition at line 2071 of file lscript_tree.h.
| S32 LLScriptCompoundStatement::getSize | ( | ) |  [virtual] | 
| void LLScriptCompoundStatement::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 8648 of file lscript_tree.cpp.
References LLScriptScope::addParentScope(), FALSE, LLScriptFilePosition::fdotabs(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptStatement::gonext(), gScopeStringTable, LSCP_EMIT_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_PRUNE, LSCP_SCOPE_PASS1, LSCP_SCOPE_PASS2, mStatement, LLScriptStatement::mStatementScope, and NULL.
 1.4.7
 1.4.7