LLScriptFunctionCall Class Reference

#include <lscript_tree.h>

Inheritance diagram for LLScriptFunctionCall:

Inheritance graph
[legend]
Collaboration diagram for LLScriptFunctionCall:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LLScriptFunctionCall (S32 line, S32 col, LLScriptIdentifier *identifier, LLScriptExpression *expressionlist)
 ~LLScriptFunctionCall ()
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 ()

Public Attributes

LLScriptIdentifiermIdentifier
LLScriptExpressionmExpressionList

Detailed Description

Definition at line 1713 of file lscript_tree.h.


Constructor & Destructor Documentation

LLScriptFunctionCall::LLScriptFunctionCall ( S32  line,
S32  col,
LLScriptIdentifier identifier,
LLScriptExpression expressionlist 
) [inline]

Definition at line 1716 of file lscript_tree.h.

LLScriptFunctionCall::~LLScriptFunctionCall (  )  [inline]

Definition at line 1721 of file lscript_tree.h.


Member Function Documentation

S32 LLScriptFunctionCall::getSize (  )  [virtual]

Reimplemented from LLScriptExpression.

Definition at line 7258 of file lscript_tree.cpp.

void LLScriptFunctionCall::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 LLScriptExpression.

Definition at line 7074 of file lscript_tree.cpp.

References LLScriptByteCodeChunk::addByte(), LLScriptByteCodeChunk::addInteger(), LLScriptByteCodeChunk::addU16(), LLScriptScope::findEntryTyped(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptExpression::gonext(), LIT_FUNCTION, LIT_LIBRARY_FUNCTION, LOPC_ADD, LOPC_CALL, LOPC_CALLLIB_TWO_BYTE, LOPC_POPBP, LOPC_PUSHARGE, LOPC_PUSHARGI, LOPC_PUSHBP, LOPC_PUSHE, LOPC_PUSHEQ, LOPC_PUSHEV, LOPC_PUSHSP, LSCP_EMIT_ASSEMBLY, LSCP_EMIT_CIL_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_SCOPE_PASS1, LSCP_SCOPE_PASS2, LSCP_TO_STACK, LSCP_TYPE, LSCRIPTOpCodes, LSCRIPTTypeByte, LSCRIPTTypeHi4Bits, LSCRIPTTypePush, LSERROR_FUNCTION_TYPE_ERROR, LSERROR_UNDEFINED_NAME, LST_FLOATINGPOINT, LST_INTEGER, LST_KEY, LST_LIST, LST_NULL, LST_QUATERNION, LST_STRING, LST_VECTOR, LLScriptScopeEntry::mCount, mExpressionList, LLScriptScopeEntry::mFunctionArgs, mIdentifier, LLScriptScopeEntry::mIDType, LLScriptScopeEntry::mLibraryNumber, LLScriptIdentifier::mName, LLScriptScopeEntry::mOffset, LLScriptExpression::mReturnType, LLScriptIdentifier::mScopeEntry, LLScriptScopeEntry::mSize, LLScriptArgString::mString, LLScriptScopeEntry::mType, NULL, print_cil_arg_list(), print_cil_type(), LLScriptExpression::recurse(), LLScriptIdentifier::recurse(), and LLScriptGenerateErrorText::writeError().


Member Data Documentation

LLScriptExpression* LLScriptFunctionCall::mExpressionList

Definition at line 1729 of file lscript_tree.h.

Referenced by recurse().

LLScriptIdentifier* LLScriptFunctionCall::mIdentifier

Definition at line 1728 of file lscript_tree.h.

Referenced by recurse().


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:43 2010 for Second Life Viewer by  doxygen 1.4.7