absynt
Class ChandecList

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

public class ChandecList
extends Absyn
implements java.util.Enumeration

Liste fuer Kanal-Deklarationen. Vergleiche auch die Kommentare zur Klasse VardecList.

Version:
$Id: ChandecList.java,v 1.2 2000/06/26 13:11:44 unix01 Exp $
Author:
Initially provided by Martin Steffen.
See Also:
Serialized Form

Field Summary
 Chandec head
           
 ChandecList next
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
ChandecList(Chandec d, ChandecList dl)
          Ein Konstruktor mit Location is hier ueberfluessig
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public ChandecList next

head

public Chandec head
Constructor Detail

ChandecList

public ChandecList(Chandec d,
                   ChandecList dl)
Ein Konstruktor mit Location is hier ueberfluessig
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration