001         package com.croftsoft.apps.compiler.mini.node;
002    
003         /*********************************************************************
004         * Abstract class for MiniNode objects.
005         *
006         * <P>
007         *
008         * Reserved for use as an Adapter if needed in the future.
009         *
010         * @see
011         *   MiniNode
012         *
013         * @author
014         *   <A HREF="http://www.alumni.caltech.edu/~croft/">David W. Croft</A>
015         * @version
016         *   1999-04-24
017         *********************************************************************/
018    
019         public abstract class  AbstractMiniNode implements MiniNode
020         //////////////////////////////////////////////////////////////////////
021         //////////////////////////////////////////////////////////////////////
022         {
023    
024         //////////////////////////////////////////////////////////////////////
025         //////////////////////////////////////////////////////////////////////
026         }