Interface SingleSuccessorBlock

    • Method Detail

      • getSuccessor

        @Pure
        @Nullable Block getSuccessor()
        Returns the non-exceptional successor block, or null if there is no non-exceptional successor.
        Returns:
        the non-exceptional successor block, or null if there is no non-exceptional successor
      • getFlowRule

        @Pure
        Store.FlowRule getFlowRule()
        Returns the flow rule for information flowing from this block to its successor.
        Returns:
        the flow rule for information flowing from this block to its successor
      • setFlowRule

        void setFlowRule​(Store.FlowRule rule)
        Set the flow rule for information flowing from this block to its successor.
        Parameters:
        rule - the new flow rule for information flowing from this block to its successor