|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--absynt.Absyn | +--absynt.ChandecList
Liste fuer Kanal-Deklarationen. Vergleiche auch die Kommentare zur Klasse VardecList.
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 |
public ChandecList next
public Chandec head
Constructor Detail |
public ChandecList(Chandec d, ChandecList dl)
Method Detail |
public boolean hasMoreElements()
public java.lang.Object nextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |