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

public class PremonJJTTypeVar

(source file: PremonJJTTypeVar.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTType
                           |
                           +----PremonJJTTypeVar

The pure class interface.
public class PremonJJTTypeVar
  extends PremonJJTType
A type variable.

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

Constuctor Index

O PremonJJTTypeVar(int)
Create the type variable.

Methods

O desugar()
O print(Printer)

Constructors

O PremonJJTTypeVar
public PremonJJTTypeVar(int id);
Create the type variable.

Parameters:
id - the node identifier (needed by JJTree).

Methods

O print
public void print(Printer p);

O desugar

public PremonType desugar();


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