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


| Public Member Functions | |
| LLScritpGlobalStorage (LLScriptGlobalVariable *var) | |
| LLScritpGlobalStorage (LLScriptGlobalFunctions *func) | |
| ~LLScritpGlobalStorage () | |
| 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 () | 
| void | addGlobal (LLScritpGlobalStorage *global) | 
| Public Attributes | |
| LLScriptFilePosition * | mGlobal | 
| BOOL | mbGlobalFunction | 
| LLScritpGlobalStorage * | mNextp | 
Definition at line 2207 of file lscript_tree.h.
| LLScritpGlobalStorage::LLScritpGlobalStorage | ( | LLScriptGlobalVariable * | var | ) |  [inline] | 
Definition at line 2211 of file lscript_tree.h.
| LLScritpGlobalStorage::LLScritpGlobalStorage | ( | LLScriptGlobalFunctions * | func | ) |  [inline] | 
Definition at line 2216 of file lscript_tree.h.
| LLScritpGlobalStorage::~LLScritpGlobalStorage | ( | ) |  [inline] | 
Definition at line 2221 of file lscript_tree.h.
| void LLScritpGlobalStorage::addGlobal | ( | LLScritpGlobalStorage * | global | ) |  [inline] | 
| S32 LLScritpGlobalStorage::getSize | ( | ) |  [inline, virtual] | 
| void LLScritpGlobalStorage::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 | |||
| ) |  [inline, virtual] | 
Definition at line 2245 of file lscript_tree.h.
Referenced by addGlobal(), and LLScriptScript::LLScriptScript().
 1.4.7
 1.4.7