pascalinterpreter.iooperations
Class Readln

java.lang.Object
  extended bypascalinterpreter.Command
      extended bypascalinterpreter.IoOperation
          extended bypascalinterpreter.iooperations.Read
              extended bypascalinterpreter.iooperations.Readln

public class Readln
extends Read


Field Summary
 
Fields inherited from class pascalinterpreter.IoOperation
 
Constructor Summary
Readln(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

Readln

public Readln(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 Read
Throws:
RuntimeException
InternalException