LLScriptGlobalVariable Class Reference

#include <lscript_tree.h>

Inheritance diagram for LLScriptGlobalVariable:

Inheritance graph
[legend]
Collaboration diagram for LLScriptGlobalVariable:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLScriptGlobalVariable (S32 line, S32 col, LLScriptType *type, LLScriptIdentifier *identifier, LLScriptSimpleAssignable *assignable)
void addGlobal (LLScriptGlobalVariable *global)
 ~LLScriptGlobalVariable ()
void gonext (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)
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

LLScriptTypemType
LLScriptIdentifiermIdentifier
LLScriptSimpleAssignablemAssignable
LLScriptGlobalVariablemNextp
LSCRIPTType mAssignableType


Detailed Description

Definition at line 290 of file lscript_tree.h.


Constructor & Destructor Documentation

LLScriptGlobalVariable::LLScriptGlobalVariable ( S32  line,
S32  col,
LLScriptType type,
LLScriptIdentifier identifier,
LLScriptSimpleAssignable assignable 
) [inline]

Definition at line 293 of file lscript_tree.h.

LLScriptGlobalVariable::~LLScriptGlobalVariable (  )  [inline]

Definition at line 302 of file lscript_tree.h.


Member Function Documentation

void LLScriptGlobalVariable::addGlobal ( LLScriptGlobalVariable global  ) 

Definition at line 1068 of file lscript_tree.cpp.

References mNextp.

void LLScriptGlobalVariable::gonext ( 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 
)

Definition at line 1077 of file lscript_tree.cpp.

References LSCP_PRETTY_PRINT, mNextp, NULL, and recurse().

Referenced by recurse().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLScriptGlobalVariable::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]

S32 LLScriptGlobalVariable::getSize (  )  [virtual]

Implements LLScriptFilePosition.

Definition at line 1283 of file lscript_tree.cpp.

References LLScriptType::getSize(), mType, and S32.

Here is the call graph for this function:


Member Data Documentation

Definition at line 311 of file lscript_tree.h.

Referenced by getSize(), print_cil_globals(), and recurse().

Definition at line 312 of file lscript_tree.h.

Referenced by print_cil_globals(), and recurse().

Definition at line 313 of file lscript_tree.h.

Referenced by recurse().

Definition at line 315 of file lscript_tree.h.

Referenced by recurse().


The documentation for this class was generated from the following files:

Generated on Fri May 16 09:02:03 2008 for SecondLife by  doxygen 1.5.5