absynt
Class Chandec

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--absynt.Chandec

public class Chandec
extends Absyn
implements java.io.Serializable

Variablendeklaration.

Version:
$Id: Chandec.java,v 1.4 2000/07/10 17:38:46 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 Channel chan
           
 M_Chan type
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
Chandec(Channel c)
           
Chandec(Channel c, M_Chan t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chan

public Channel chan

type

public M_Chan type
Constructor Detail

Chandec

public Chandec(Channel c)

Chandec

public Chandec(Channel c,
               M_Chan t)