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

public class PremonJJTDecComp

(source file: PremonJJTDecComp.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTDec
                           |
                           +----PremonJJTDecComp

The pure class interface.
public class PremonJJTDecComp
  extends PremonJJTDec
The composition of two declarations.

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

Constuctor Index

O PremonJJTDecComp(int)

Methods

O desugar(PremonCon)
O getBind()
O print(Printer)

Constructors

O PremonJJTDecComp
public PremonJJTDecComp(int id);

Methods

O print
public void print(Printer p);

O getBind

public PremonCon getBind()
  throws TypeError;

O desugar

public PremonDec desugar(PremonCon Gamma)
  throws TypeError;


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