[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

PremonJJTTypeVar(int)
-
Create the type variable.

desugar()
-
print(Printer)
-

PremonJJTTypeVar
public PremonJJTTypeVar(int id);
-
Create the type variable.
- Parameters:
- id - the node identifier (needed by JJTree).

print
public void print(Printer p);
desugar
public PremonType desugar();
[all packages]
[package ]
[class hierarchy]
[index]
PremonJJTTypeVar.html