Class ReturnOperation<ResultValueType>

  • All Implemented Interfaces:
    Invokable<Object,​TBasicContextHolderEnv>

    public class ReturnOperation<ResultValueType>
    extends OpenLEvaluationOperation
    The ReturnOperation class describes operation which finalizes execution of some function or subroutine and returns some value if necessary.
    Author:
    User
    • Constructor Detail

      • ReturnOperation

        public ReturnOperation​(IMethodCaller openLStatement)
        Create an instance of ReturnOperation.
        Parameters:
        openLStatement - Expression which result must be calculated and returned. If openLStatement is blank then operation just end execution of some function.