absynt
Class M_Bool

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--absynt.M_Type
              |
              +--absynt.M_AtomType
                    |
                    +--absynt.M_Bool

public class M_Bool
extends M_AtomType
implements java.io.Serializable

Abstrakte Klasse fuer Mist Typen

Version:
$Id: M_Bool.java,v 1.1 2000/07/10 14:41:37 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Fields inherited from class absynt.Absyn
location
 
Constructor Summary
M_Bool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M_Bool

public M_Bool()