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

public class PremonJJTConComp

(source file: PremonJJTConComp.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTCon
                           |
                           +----PremonJJTConComp

The pure class interface.
public class PremonJJTConComp
  extends PremonJJTCon
The composition of two contexts.

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

Constuctor Index

O PremonJJTConComp(int)

Methods

O desugar()
O desugarPrimitives()
O print(Printer)

Constructors

O PremonJJTConComp
public PremonJJTConComp(int id);

Methods

O print
public void print(Printer p);

O desugar

public PremonCon desugar();

O desugarPrimitives

public PremonCon desugarPrimitives();


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