pascalinterpreter.iooperations
Class Writeln

java.lang.Object
  extended bypascalinterpreter.Command
      extended bypascalinterpreter.IoOperation
          extended bypascalinterpreter.iooperations.Write
              extended bypascalinterpreter.iooperations.Writeln

public class Writeln
extends Write


Field Summary
 
Fields inherited from class pascalinterpreter.IoOperation
 
Constructor Summary
Writeln(Variable variable)
           
 
Method Summary
 void execute()
          Metoda rozpoczyna wykonywanie komendy.
 
Methods inherited from class pascalinterpreter.IoOperation
getVariable, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writeln

public Writeln(Variable variable)
Parameters:
variable -
Method Detail

execute

public void execute()
             throws RuntimeException,
                    InternalException
Description copied from class: Command
Metoda rozpoczyna wykonywanie komendy.

Overrides:
execute in class Write
Throws:
RuntimeException
InternalException