|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpascalinterpreter.Block
| Field Summary | |
private java.util.ArrayList |
commands
|
| Constructor Summary | |
Block()
|
|
| Method Summary | |
void |
addCommands(Command[] commands)
Metoda dodaje tablice komend do bloku. |
void |
execute()
|
protected java.util.ArrayList |
getCommands()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.ArrayList commands
| Constructor Detail |
public Block()
| Method Detail |
public void execute()
throws RuntimeException,
InternalException
RuntimeException
InternalExceptionprotected java.util.ArrayList getCommands()
public void addCommands(Command[] commands)
commands - - dodawana tablica komend.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||