Uses of Class
pascalinterpreter.operators.New

Packages that use New
pascalinterpreter.operators   
 

Uses of New in pascalinterpreter.operators
 

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

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