void |
InstructionReturn.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionOperator.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionOpenNewArea.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionNewVirClass.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionLoadAttr.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionGoToWithNotNull.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionGoToWithCondition.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionGoTo.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionConstData.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionCloseNewArea.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionClearDataStack.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionCallSelfDefineFunction.execute(RunEnvironment environment,
List<String> errorList) |
void |
InstructionCallMacro.execute(RunEnvironment environment,
List<String> errorList) |
abstract void |
Instruction.execute(RunEnvironment environment,
List<String> errorList) |
static OperateData |
InstructionCallSelfDefineFunction.executeSelfFunction(RunEnvironment environment,
InstructionSet functionSet,
ArraySwap parameters,
List<String> errorList,
org.apache.commons.logging.Log log) |