public abstract class OpenLEvaluationOperation extends RuntimeOperation
OpenLEvaluationOperation class describes operation which has expression which must be calculated.| Constructor and Description |
|---|
OpenLEvaluationOperation(IMethodCaller openLStatement)
Create an instance of
OpenLEvaluationOperation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateStatement(TBasicContextHolderEnv environment)
Calculate expression in specified context.
|
IMethodCaller |
getOpenLStatement() |
execute, getNameForDebug, getSourceCode, invoke, setNameForDebug, setSourceCodepublic OpenLEvaluationOperation(IMethodCaller openLStatement)
OpenLEvaluationOperation.openLStatement - Expression which result must be calculated.public Object evaluateStatement(TBasicContextHolderEnv environment)
environment - Environment for execution.public IMethodCaller getOpenLStatement()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.