absynt
Class M_Int

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

public class M_Int
extends M_AtomType
implements java.io.Serializable

Abstrakte Klasse fuer Mist Typen

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

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

Constructor Detail

M_Int

public M_Int()