/** * Insert the type's description here. * Creation date: (3/3/2003 2:53:10 AM) * @author: Jianguo Lu */ public abstract class Statement { /** * Statement constructor comment. */ public Statement() { super(); } }