LLScriptFunctionDec Class Reference

#include <lscript_tree.h>

Inheritance diagram for LLScriptFunctionDec:

Inheritance graph
[legend]
Collaboration diagram for LLScriptFunctionDec:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLScriptFunctionDec (S32 line, S32 col, LLScriptType *type, LLScriptIdentifier *identifier)
 ~LLScriptFunctionDec ()
void addFunctionParameter (LLScriptFunctionDec *dec)
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
LLScriptFunctionDecmNextp


Detailed Description

Definition at line 2115 of file lscript_tree.h.


Constructor & Destructor Documentation

LLScriptFunctionDec::LLScriptFunctionDec ( S32  line,
S32  col,
LLScriptType type,
LLScriptIdentifier identifier 
) [inline]

Definition at line 2118 of file lscript_tree.h.

LLScriptFunctionDec::~LLScriptFunctionDec (  )  [inline]

Definition at line 2123 of file lscript_tree.h.


Member Function Documentation

void LLScriptFunctionDec::addFunctionParameter ( LLScriptFunctionDec dec  ) 

Definition at line 9065 of file lscript_tree.cpp.

References mNextp.

void LLScriptFunctionDec::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 9074 of file lscript_tree.cpp.

References gErrorToText, LLScriptGenerateErrorText::getErrors(), LSCP_EMIT_ASSEMBLY, 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 LLScriptFunctionDec::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 LLScriptFunctionDec::getSize (  )  [virtual]

Implements LLScriptFilePosition.

Definition at line 9106 of file lscript_tree.cpp.


Member Data Documentation

Definition at line 2134 of file lscript_tree.h.

Referenced by recurse().

Definition at line 2135 of file lscript_tree.h.

Referenced by recurse().

Definition at line 2136 of file lscript_tree.h.

Referenced by addFunctionParameter(), and gonext().


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

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