public class PerformOperation extends OpenLEvaluationOperation
PerformOperation class describes simple class which calculates some statement, but doesn't requires
any return.| Constructor and Description |
|---|
PerformOperation(IMethodCaller openLStatement)
Create an instance of
PerformOperation. |
| Modifier and Type | Method and Description |
|---|---|
Result |
execute(TBasicContextHolderEnv environment,
Object param)
Run operation in specified context.
|
evaluateStatement, getOpenLStatementgetNameForDebug, getSourceCode, invoke, setNameForDebug, setSourceCodepublic PerformOperation(IMethodCaller openLStatement)
PerformOperation.openLStatement - Statement which result must be calculated.public Result execute(TBasicContextHolderEnv environment, Object param)
RuntimeOperationexecute in class RuntimeOperationenvironment - Environment for execution.param - Argument for execution.Copyright © 2004–2019 OpenL Tablets. All rights reserved.