#include <lscript_scope.h>
Public Member Functions | |
LLScriptArgString () | |
~LLScriptArgString () | |
LSCRIPTType | getType (S32 count) |
void | addType (LSCRIPTType type) |
S32 | getNumber () |
Public Attributes | |
char * | mString |
Definition at line 210 of file lscript_scope.h.
LLScriptArgString::LLScriptArgString | ( | ) | [inline] |
Definition at line 213 of file lscript_scope.h.
LLScriptArgString::~LLScriptArgString | ( | ) | [inline] |
void LLScriptArgString::addType | ( | LSCRIPTType | type | ) | [inline] |
Definition at line 246 of file lscript_scope.h.
References count, LSCRIPTFunctionTypeStrings, mString, and S32.
Referenced by LLScriptScript::recurse(), LLScriptFunctionDec::recurse(), LLScriptEventHandler::recurse(), and LLScriptDeclaration::recurse().
S32 LLScriptArgString::getNumber | ( | ) | [inline] |
Definition at line 266 of file lscript_scope.h.
Referenced by print_cil_local_init(), and LLScriptDeclaration::recurse().
LSCRIPTType LLScriptArgString::getType | ( | S32 | count | ) | [inline] |
Definition at line 216 of file lscript_scope.h.
References LST_FLOATINGPOINT, LST_INTEGER, LST_KEY, LST_LIST, LST_NULL, LST_QUATERNION, LST_STRING, LST_VECTOR, mString, and S32.
Referenced by add_exit_pops(), print_cil_local_init(), print_exit_pops(), and LLScriptFuncExpressionList::recurse().
Definition at line 274 of file lscript_scope.h.
Referenced by add_exit_pops(), addType(), getNumber(), getType(), print_exit_pops(), LLScriptGlobalFunctions::recurse(), LLScriptEventHandler::recurse(), LLScriptFunctionCall::recurse(), and ~LLScriptArgString().