Class OpenLEvaluationOperation

    • Constructor Detail

      • OpenLEvaluationOperation

        public OpenLEvaluationOperation​(IMethodCaller openLStatement)
        Create an instance of OpenLEvaluationOperation.
        Parameters:
        openLStatement - Expression which result must be calculated.
    • Method Detail

      • evaluateStatement

        public Object evaluateStatement​(TBasicContextHolderEnv environment)
        Calculate expression in specified context.
        Parameters:
        environment - Environment for execution.
        Returns:
        The result of expression