|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.paris5.shaman.spirit.logicsheet.CommandsReader
Access to a list of "commands" built from a tree by a
CommandsBuilder
.
Field Summary | |
private java.lang.Object[] |
commands
|
private int |
position
|
Fields inherited from interface fr.paris5.shaman.spirit.logicsheet.CommandConstants |
END_COMMAND, EPILOGUE_COMMAND, PROLOGUE_COMMAND |
Constructor Summary | |
(package private) |
CommandsReader(java.lang.Object[] commands)
|
Method Summary | |
void |
consume()
|
java.lang.Object |
getItem()
|
boolean |
isEmpty()
|
boolean |
isEnd()
|
boolean |
isEpilogue()
|
boolean |
isItem()
|
boolean |
isPrologue()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private final java.lang.Object[] commands
private int position
Constructor Detail |
CommandsReader(java.lang.Object[] commands)
Method Detail |
public boolean isEmpty()
public boolean isPrologue()
public boolean isItem()
public java.lang.Object getItem()
public boolean isEnd()
public boolean isEpilogue()
public void consume()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |