absynt
Class ProcessList

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

public class ProcessList
extends Absyn
implements java.util.Enumeration

Liste fuer Prozesse. Vergleiche auch die Kommentare zur Klasse VardecList.

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

Field Summary
 Process head
           
 ProcessList next
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
ProcessList(Process p, ProcessList pl)
          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 ProcessList next

head

public Process head
Constructor Detail

ProcessList

public ProcessList(Process p,
                   ProcessList pl)
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