Class CmdUndoAssume

  • All Implemented Interfaces:
    Cmd

    public class CmdUndoAssume
    extends Object
    implements Cmd
    An UndoAssume command removes an assumption from the assumption stack of the given session. The command will not block.
    • Method Detail

      • apply

        public void apply​(@GuardedBy("<self>") Session s)
        For documentation, read the class overview.
        Specified by:
        apply in interface Cmd
        Parameters:
        s - a session in which to run this command
      • toString

        @SideEffectFree
        public String toString​(@GuardSatisfied CmdUndoAssume this)
        Description copied from interface: Cmd
        Returns a string for debugging only.
        Specified by:
        toString in interface Cmd
        Overrides:
        toString in class Object
        Returns:
        a string for debugging only