/*
* $Id: Clearable.java 115 2008-03-03 11:13:15Z baconevi $
*
* {License}
*/
package ase.awk;
public interface Clearable
{
public void clear ();
}