pascalinterpreter
Class Command

java.lang.Object
  extended bypascalinterpreter.Command
Direct Known Subclasses:
ControlStatement, IoOperation, Operation

public abstract class Command
extends java.lang.Object


Constructor Summary
Command()
           
 
Method Summary
abstract  void execute()
          Metoda rozpoczyna wykonywanie komendy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

execute

public abstract void execute()
                      throws RuntimeException,
                             InternalException
Metoda rozpoczyna wykonywanie komendy.

Throws:
RuntimeException - - wyjątek generowany
jeżeli - w czasie wykonania wystąpił błąd.
InternalException