#include <lscript_tree.h>
Inheritance diagram for LLScriptParenthesis:
Public Member Functions | |
LLScriptParenthesis (S32 line, S32 col, LLScriptExpression *expression) | |
~LLScriptParenthesis () | |
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 | |
LLScriptExpression * | mExpression |
Definition at line 1479 of file lscript_tree.h.
LLScriptParenthesis::LLScriptParenthesis | ( | S32 | line, | |
S32 | col, | |||
LLScriptExpression * | expression | |||
) | [inline] |
Definition at line 1482 of file lscript_tree.h.
LLScriptParenthesis::~LLScriptParenthesis | ( | ) | [inline] |
Definition at line 1487 of file lscript_tree.h.
S32 LLScriptParenthesis::getSize | ( | ) | [virtual] |
void LLScriptParenthesis::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 6011 of file lscript_tree.cpp.
References gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptExpression::gonext(), LSCP_EMIT_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_TYPE, mExpression, LLScriptExpression::mLeftType, LLScriptExpression::mReturnType, NULL, and LLScriptExpression::recurse().