Uses of Class
pascalinterpreter.UnaryOperator

Packages that use UnaryOperator
pascalinterpreter   
pascalinterpreter.operators   
 

Uses of UnaryOperator in pascalinterpreter
 

Fields in pascalinterpreter declared as UnaryOperator
private  UnaryOperator UnaryOperation.operator
           
 

Methods in pascalinterpreter that return UnaryOperator
protected  UnaryOperator UnaryOperation.getOperator()
           
 

Methods in pascalinterpreter with parameters of type UnaryOperator
private  void UnaryOperation.checkOperator(Variable operand, UnaryOperator operator)
           
 

Constructors in pascalinterpreter with parameters of type UnaryOperator
UnaryOperation(Variable operand, UnaryOperator operator)
           
 

Uses of UnaryOperator in pascalinterpreter.operators
 

Subclasses of UnaryOperator in pascalinterpreter.operators
 class AssignRegistry
          Represents a singleton.
 class Dispose
          Represents a singleton.
 class Memory
           
 class New
          Represents a singleton.