pascalinterpreter
Class IoOperation

java.lang.Object
  extended bypascalinterpreter.Command
      extended bypascalinterpreter.IoOperation
Direct Known Subclasses:
Read, Write

public abstract class IoOperation
extends Command


Field Summary
private  Variable variable
           
 
Constructor Summary
IoOperation()
           
 
Method Summary
protected  Variable getVariable()
           
protected  void setVariable(Variable variable)
           
 
Methods inherited from class pascalinterpreter.Command
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variable

private Variable variable
Constructor Detail

IoOperation

public IoOperation()
Method Detail

getVariable

protected Variable getVariable()
Returns:

setVariable

protected void setVariable(Variable variable)
Parameters:
variable -