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

public class PremonJJTDecBind

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

The pure class interface.
public class PremonJJTDecBind
  extends PremonJJTDec
A binding declaration let P = M;

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

Constuctor Index

O PremonJJTDecBind(int)

Methods

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

Constructors

O PremonJJTDecBind
public PremonJJTDecBind(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]
PremonJJTDecBind.html