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

public class PremonJJTExpComp

(source file: PremonJJTExpComp.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTExp
                           |
                           +----PremonJJTExpComp

The pure class interface.
public class PremonJJTExpComp
  extends PremonJJTExp
A composition of two expressions M; N, sugar for let x : T = MN, where M has type T. M; is sugar for M; ().

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

Constuctor Index

O PremonJJTExpComp(int)

Methods

O desugar(PremonCon)
O print(Printer)

Constructors

O PremonJJTExpComp
public PremonJJTExpComp(int id);

Methods

O print
public void print(Printer p);

O desugar

public PremonExp desugar(PremonCon Gamma)
  throws TypeError;


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