Class NoOpReduceOperator<ContentT extends AbstractState<ContentT>>

    • Constructor Detail

      • NoOpReduceOperator

        public NoOpReduceOperator()
    • Method Detail

      • reduceImpl

        public JvmAbstractState<ContentT> reduceImpl​(JvmAbstractState<ContentT> expandedInitialState,
                                                     JvmCfaNode blockEntryNode,
                                                     Call call)
        Description copied from interface: ReduceOperator
        Creates the initial state of the called procedure discarding the useless information from the state of the caller.
        Specified by:
        reduceImpl in interface ReduceOperator<ContentT extends AbstractState<ContentT>>
        Parameters:
        expandedInitialState - the entry state of the called procedure before any reduction
        blockEntryNode - the entry node of the called procedure
        call - the information of the call to the procedure
        Returns:
        The entry state of the called procedure