Uses of Class
pascalinterpreter.operators.Add

Packages that use Add
pascalinterpreter.operators   
 

Uses of Add in pascalinterpreter.operators
 

Fields in pascalinterpreter.operators declared as Add
private static Add Add.instance
          Holds singleton instance
 

Methods in pascalinterpreter.operators that return Add
static Add Add.getInstance()
          Returns the singleton instance.