/* * $Id: Clearable.java 183 2008-06-03 08:18:55Z baconevi $ * * {License} */ package ase.awk; public interface Clearable { public void clear (); }