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


| Public Member Functions | |
| LLScriptNOOP (S32 line, S32 col) | |
| ~LLScriptNOOP () | |
| 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 1834 of file lscript_tree.h.
Definition at line 1837 of file lscript_tree.h.
| LLScriptNOOP::~LLScriptNOOP | ( | ) |  [inline] | 
Definition at line 1842 of file lscript_tree.h.
| S32 LLScriptNOOP::getSize | ( | ) |  [virtual] | 
| void LLScriptNOOP::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 7434 of file lscript_tree.cpp.
References FALSE, LLScriptFilePosition::fdotabs(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptStatement::gonext(), LSCP_PRETTY_PRINT, LSCP_PRUNE, LSPRUNE_DEAD_CODE, NULL, and TRUE.
 1.4.7
 1.4.7