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


| Public Member Functions | |
| LLScriptJump (S32 line, S32 col, LLScriptIdentifier *identifier) | |
| ~LLScriptJump () | |
| 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 | |
| LLScriptIdentifier * | mIdentifier | 
Definition at line 1866 of file lscript_tree.h.
| LLScriptJump::LLScriptJump | ( | S32 | line, | |
| S32 | col, | |||
| LLScriptIdentifier * | identifier | |||
| ) |  [inline] | 
Definition at line 1869 of file lscript_tree.h.
| LLScriptJump::~LLScriptJump | ( | ) |  [inline] | 
Definition at line 1874 of file lscript_tree.h.
| S32 LLScriptJump::getSize | ( | ) |  [virtual] | 
| void LLScriptJump::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 LLScriptStatement.
Definition at line 7630 of file lscript_tree.cpp.
References LLScriptByteCodeChunk::addByte(), LLScriptByteCodeChunk::addBytes(), LLScriptByteCodeChunk::addJump(), FALSE, LLScriptFilePosition::fdotabs(), LLScriptScope::findEntryTyped(), gErrorToText, LLScriptGenerateErrorText::getErrors(), LLScriptStatement::gonext(), LIT_LABEL, LOPC_JUMP, LSCP_EMIT_ASSEMBLY, LSCP_EMIT_BYTE_CODE, LSCP_EMIT_CIL_ASSEMBLY, LSCP_PRETTY_PRINT, LSCP_PRUNE, LSCP_SCOPE_PASS2, LSCRIPTDataSize, LSCRIPTOpCodes, LSERROR_UNDEFINED_NAME, LSPRUNE_DEAD_CODE, LST_INTEGER, mIdentifier, LLScriptIdentifier::mName, LLScriptIdentifier::mScopeEntry, NULL, LLScriptIdentifier::recurse(), TRUE, and LLScriptGenerateErrorText::writeError().
 1.4.7
 1.4.7