daikon.simplify
Class CmdAssume
Object
CmdAssume
- All Implemented Interfaces:
- Cmd
public class CmdAssume
- extends Object
- implements Cmd
An Assume command pushes some proposition onto the assumption stack
of the session. The proposition is assumed to be true, and is not
proved. This command will not block.
proposition
public final String proposition
CmdAssume
public CmdAssume(String proposition)
apply
public void apply(Session s)
- For documentation, read the class overview.
- Specified by:
apply in interface Cmd
toString
public String toString()
- Specified by:
toString in interface Cmd- Overrides:
toString in class Object
- Returns:
- a string for debugging only.