[all packages] [package ] [class hierarchy] [index]

public class ObjGenerator

(source file: ObjGenerator.java)
java.lang.Object
   |
   +----Printable
           |
           +----Obj
                   |
                   +----ObjGenerator

The pure class interface.
public class ObjGenerator
  extends Obj
A primitive object.

Author:
Alan Jeffrey
Version: v1.0 1998/06/11

Constuctor Index

O ObjGenerator(String)
Create a new primitive type.

Variables Index

O dubble
The primitive type double.
O integer
The primitive type int.
O string
The primitive type string.

Methods

O print(Printer)

Constructors

O ObjGenerator
public ObjGenerator(String s);
Create a new primitive type.

Parameters:
s - the name of the type.

Variables

O dubble
public static ObjGenerator dubble;
The primitive type double.

O integer

public static ObjGenerator integer;
The primitive type int.

O string

public static ObjGenerator string;
The primitive type string.

Methods

O print
public void print(Printer p);


[all packages] [package ] [class hierarchy] [index]
ObjGenerator.html