#include <lscript_tree.h>
Inheritance diagram for LLScriptTypeCast:


| Public Member Functions | |
| LLScriptTypeCast (S32 line, S32 col, LLScriptType *type, LLScriptExpression *expression) | |
| ~LLScriptTypeCast () | |
| 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 | |
| LLScriptType * | mType | 
| LLScriptExpression * | mExpression | 
Definition at line 1587 of file lscript_tree.h.
| LLScriptTypeCast::LLScriptTypeCast | ( | S32 | line, | |
| S32 | col, | |||
| LLScriptType * | type, | |||
| LLScriptExpression * | expression | |||
| ) |  [inline] | 
Definition at line 1590 of file lscript_tree.h.
| LLScriptTypeCast::~LLScriptTypeCast | ( | ) |  [inline] | 
Definition at line 1595 of file lscript_tree.h.
| S32 LLScriptTypeCast::getSize | ( | ) |  [virtual] | 
| void LLScriptTypeCast::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 6406 of file lscript_tree.cpp.
References LLScriptByteCodeChunk::addByte(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptExpression::gonext(), legal_casts(), LOPC_CAST, LSCP_EMIT_ASSEMBLY, LSCP_EMIT_CIL_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_TO_STACK, LSCP_TYPE, LSCRIPTOpCodes, LSCRIPTTypeByte, LSCRIPTTypeHi4Bits, LSCRIPTTypeNames, LSERROR_TYPE_MISMATCH, mExpression, LLScriptExpression::mLeftType, LLScriptExpression::mReturnType, LLScriptExpression::mRightType, LLScriptType::mType, mType, NULL, print_cil_cast(), LLScriptExpression::recurse(), LLScriptType::recurse(), and LLScriptGenerateErrorText::writeError().
Reimplemented from LLScriptExpression.
Definition at line 1602 of file lscript_tree.h.
Referenced by recurse().
 1.4.7
 1.4.7