|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Command | |
| pascalinterpreter | |
| pascalinterpreter.analysis | |
| pascalinterpreter.controlstatements | |
| pascalinterpreter.iooperations | |
| Uses of Command in pascalinterpreter |
| Subclasses of Command in pascalinterpreter | |
class |
BinaryOperation
|
class |
ControlStatement
|
class |
IoOperation
|
class |
Operation
|
class |
UnaryOperation
|
| Methods in pascalinterpreter with parameters of type Command | |
void |
Block.addCommands(Command[] commands)
Metoda dodaje tablice komend do bloku. |
| Uses of Command in pascalinterpreter.analysis |
| Methods in pascalinterpreter.analysis that return Command | |
private Command[] |
Compiler.createCommands()
|
| Uses of Command in pascalinterpreter.controlstatements |
| Subclasses of Command in pascalinterpreter.controlstatements | |
class |
For
|
class |
IfElse
|
class |
While
|
| Uses of Command in pascalinterpreter.iooperations |
| Subclasses of Command in pascalinterpreter.iooperations | |
class |
Read
|
class |
Readln
|
class |
Write
|
class |
Writeln
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||