Uses of Class
pascalinterpreter.operators.Greater

Packages that use Greater
pascalinterpreter.operators   
 

Uses of Greater in pascalinterpreter.operators
 

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

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