Class DeclareIteratorOperation
- java.lang.Object
-
- org.openl.rules.tbasic.runtime.operations.RuntimeOperation
-
- org.openl.rules.tbasic.runtime.operations.DeclareIteratorOperation
-
- All Implemented Interfaces:
Invokable<Object,TBasicContextHolderEnv>
public class DeclareIteratorOperation extends RuntimeOperation
Created by dl on 9/10/14.
-
-
Constructor Summary
Constructors Constructor Description DeclareIteratorOperation(String label, String elementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultexecute(TBasicContextHolderEnv environment, Object param)Run operation in specified context.-
Methods inherited from class org.openl.rules.tbasic.runtime.operations.RuntimeOperation
getNameForDebug, getSourceCode, invoke, setNameForDebug, setSourceCode
-
-
-
-
Method Detail
-
execute
public Result execute(TBasicContextHolderEnv environment, Object param)
Description copied from class:RuntimeOperationRun operation in specified context.- Specified by:
executein classRuntimeOperation- Parameters:
environment- Environment for execution.param- Argument for execution.- Returns:
- The result of operation
-
-