Class CmdRaw

  • All Implemented Interfaces:
    Cmd

    public class CmdRaw
    extends Object
    implements Cmd
    A Raw command provides no additional structure, allowing arbitrary commands (as long as they have no output) to be sent to the prover. It 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 CmdRaw 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