|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--absynt.Absynt
|
+--absynt.ActionList
A list implementation of a set of actions. To iterate through the list, the steps adhere to the ``Enumaration''-interface
| Field Summary | |
Action |
head
|
ActionList |
next
|
| Fields inherited from class absynt.Absynt |
pos |
| Constructor Summary | |
ActionList(Action s,
ActionList sl)
|
|
| 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 Action head
public ActionList next
| Constructor Detail |
public ActionList(Action s,
ActionList sl)
| Method Detail |
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||