public class InstructionSetRunner
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
execute(ExpressRunner runner,
InstructionSet instructionSet,
ExpressLoader loader,
IExpressContext<java.lang.String,java.lang.Object> iExpressContext,
java.util.List<java.lang.String> errorList,
boolean isTrace,
boolean isCatchException,
boolean isReturnLastData,
boolean isSupportDynamicFieldName)
批量执行指令集合,指令集间可以共享 变量和函数
|
static java.lang.Object |
execute(InstructionSet set,
InstructionSetContext context,
java.util.List<java.lang.String> errorList,
boolean isTrace,
boolean isCatchException,
boolean isReturnLastData) |
static java.lang.Object |
executeOuter(ExpressRunner runner,
InstructionSet instructionSet,
ExpressLoader loader,
IExpressContext<java.lang.String,java.lang.Object> iExpressContext,
java.util.List<java.lang.String> errorList,
boolean isTrace,
boolean isCatchException,
boolean isSupportDynamicFieldName) |
public static java.lang.Object executeOuter(ExpressRunner runner, InstructionSet instructionSet, ExpressLoader loader, IExpressContext<java.lang.String,java.lang.Object> iExpressContext, java.util.List<java.lang.String> errorList, boolean isTrace, boolean isCatchException, boolean isSupportDynamicFieldName) throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.Object execute(ExpressRunner runner, InstructionSet instructionSet, ExpressLoader loader, IExpressContext<java.lang.String,java.lang.Object> iExpressContext, java.util.List<java.lang.String> errorList, boolean isTrace, boolean isCatchException, boolean isReturnLastData, boolean isSupportDynamicFieldName) throws java.lang.Exception
runner - instructionSet - loader - iExpressContext - errorList - isTrace - isCatchException - isReturnLastData - isSupportDynamicFieldName - java.lang.Exceptionpublic static java.lang.Object execute(InstructionSet set, InstructionSetContext context, java.util.List<java.lang.String> errorList, boolean isTrace, boolean isCatchException, boolean isReturnLastData) throws java.lang.Exception
java.lang.ExceptionCopyright © 2012-2023 Alibaba Group. All Rights Reserved.