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