Method |
Description |
|
ApplyVariableObject ( string name ) : void |
|
|
Execute ( ScriptExecutable executable ) : ScriptObject |
|
|
ExecuteInstruction ( ) : void |
|
|
GetMember ( CodeMember member ) : object |
|
|
GetVariable ( CodeMember member ) : ScriptObject |
|
|
GetVariableObject ( string name ) : ScriptObject |
|
|
Initialize ( string name, ScriptObject obj ) : void |
|
|
InvokeBreak ( CodeObject bre ) : void |
|
|
InvokeContinue ( CodeObject con ) : void |
|
|
InvokeReturnValue ( ScriptObject value ) : void |
|
|
ParseArray ( CodeArray array ) : ScriptArray |
|
|
ParseAssign ( CodeAssign assign ) : ScriptObject |
|
|
ParseCall ( CodeCallFunction scriptFunction, bool needRet ) : ScriptObject |
|
|
ParseCallBlock ( CodeCallBlock block ) : void |
|
|
ParseEval ( CodeEval eval ) : ScriptObject |
|
|
ParseFunction ( CodeFunction func ) : ScriptFunction |
|
|
ParseOperate ( CodeOperator operate ) : ScriptObject |
|
|
ParseRegion ( CodeRegion region ) : ScriptObject |
|
|
ParseScriptObject ( CodeScriptObject obj ) : ScriptObject |
|
|
ParseTable ( CodeTable table ) : ScriptTable |
|
|
ParseTernary ( CodeTernary ternary ) : ScriptObject |
|
|
ProcessAllow ( TempCondition con ) : bool |
|
|
ProcessBreak ( ) : void |
|
|
ProcessCallBlock ( ) : void |
|
|
ProcessCallFor ( ) : void |
|
|
ProcessCallForSimple ( ) : void |
|
|
ProcessCallForeach ( ) : void |
|
|
ProcessCallFunction ( ) : void |
|
|
ProcessCallIf ( ) : void |
|
|
ProcessCallSwitch ( ) : void |
|
|
ProcessCallWhile ( ) : void |
|
|
ProcessCondition ( TempCondition condition ) : void |
|
|
ProcessContinue ( ) : void |
|
|
ProcessMov ( ) : void |
|
|
ProcessResolve ( ) : void |
|
|
ProcessRet ( ) : void |
|
|
ProcessThrow ( ) : void |
|
|
ProcessTry ( ) : void |
|
|
ProcessVar ( ) : void |
|
|
Reset ( ) : void |
|
|
ResolveOperand ( CodeObject value ) : ScriptObject |
|
|
ResolveOperand_impl ( CodeObject value ) : ScriptObject |
|
|
SetVariable ( CodeMember member, ScriptObject variable ) : void |
|
|
SetVariableObject ( string name, ScriptObject obj ) : bool |
|
|
SupportBreak ( ) : bool |
|
|
SupportContinue ( ) : bool |
|
|
SupportReturnValue ( ) : bool |
|
|