daikon.simplify
Class CmdUndoAssume
Object
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.
single
public static CmdUndoAssume single
CmdUndoAssume
public CmdUndoAssume()
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.