Uses of Class
org.openl.rules.tbasic.runtime.TBasicContextHolderEnv
-
Packages that use TBasicContextHolderEnv Package Description org.openl.rules.tbasic.runtime org.openl.rules.tbasic.runtime.operations -
-
Uses of TBasicContextHolderEnv in org.openl.rules.tbasic.runtime
Methods in org.openl.rules.tbasic.runtime with parameters of type TBasicContextHolderEnv Modifier and Type Method Description ObjectTBasicVM. run(List<RuntimeOperation> methodSteps, Map<String,RuntimeOperation> methodLabels, TBasicContextHolderEnv environment)Run sub-method of Algorithm.ObjectTBasicVM. run(TBasicContextHolderEnv environment)Run the method of Algorithm. -
Uses of TBasicContextHolderEnv in org.openl.rules.tbasic.runtime.operations
Methods in org.openl.rules.tbasic.runtime.operations with parameters of type TBasicContextHolderEnv Modifier and Type Method Description ObjectOpenLEvaluationOperation. evaluateStatement(TBasicContextHolderEnv environment)Calculate expression in specified context.ResultAssignValueOperation. execute(TBasicContextHolderEnv environment, Object param)ResultAssignVariableOperation. execute(TBasicContextHolderEnv environment, Object param)ResultCalculateOperation. execute(TBasicContextHolderEnv environment, Object param)ResultConditionalGotoOperation. execute(TBasicContextHolderEnv environment, Object param)ResultDeclareIteratorOperation. execute(TBasicContextHolderEnv environment, Object param)ResultGotoOperation. execute(TBasicContextHolderEnv environment, Object param)ResultIteratorHasNextOperation. execute(TBasicContextHolderEnv environment, Object param)ResultIteratorNextOperation. execute(TBasicContextHolderEnv environment, Object param)ResultNopOperation. execute(TBasicContextHolderEnv environment, Object param)ResultPerformOperation. execute(TBasicContextHolderEnv environment, Object param)ResultReturnOperation. execute(TBasicContextHolderEnv environment, Object param)abstract ResultRuntimeOperation. execute(TBasicContextHolderEnv environment, Object param)Run operation in specified context.ResultRuntimeOperation. invoke(Object target, Object[] params, TBasicContextHolderEnv env)
-