/* * $Id: Clearable.java,v 1.1 2007/11/02 05:49:19 bacon Exp $ * * {License} */ package ase.awk; public interface Clearable { public void clear (); }