#include <lscript_tree.h>


Public Member Functions | |
| LLScritpGlobalStorage (LLScriptGlobalVariable *var) | |
| LLScritpGlobalStorage (LLScriptGlobalFunctions *func) | |
| ~LLScritpGlobalStorage () | |
| 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 () |
| 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::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 | |||
| ) | [inline, virtual] |
| S32 LLScritpGlobalStorage::getSize | ( | ) | [inline, virtual] |
| void LLScritpGlobalStorage::addGlobal | ( | LLScritpGlobalStorage * | global | ) | [inline] |
Definition at line 2245 of file lscript_tree.h.
Referenced by addGlobal(), and LLScriptScript::LLScriptScript().
1.5.5