Uses of Class
pascalinterpreter.datatypes.Str

Packages that use Str
pascalinterpreter.datatypes   
 

Uses of Str in pascalinterpreter.datatypes
 

Fields in pascalinterpreter.datatypes declared as Str
private static Str Str.instance
          Holds singleton instance
 

Methods in pascalinterpreter.datatypes that return Str
static Str Str.getInstance()
          Returns the singleton instance.