Uses of Class
pascalinterpreter.UnaryOperation

Packages that use UnaryOperation
pascalinterpreter.analysis   
pascalinterpreter.controlstatements   
 

Uses of UnaryOperation in pascalinterpreter.analysis
 

Methods in pascalinterpreter.analysis that return UnaryOperation
private  UnaryOperation Compiler.createUnaryOperation(java.lang.String op, java.lang.String operator)
           
 

Uses of UnaryOperation in pascalinterpreter.controlstatements
 

Fields in pascalinterpreter.controlstatements declared as UnaryOperation
private  UnaryOperation For.assignRegistryOperation
           
 

Methods in pascalinterpreter.controlstatements that return UnaryOperation
private  UnaryOperation For.createAssignRegistryOperation(Variable counter)
           
protected  UnaryOperation For.getAssignRegistryOperation()
           
 

Methods in pascalinterpreter.controlstatements with parameters of type UnaryOperation
protected  void For.setAssignRegistryOperation(UnaryOperation operation)