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

public class PremonJJTDecRecMany

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

The pure class interface.
public class PremonJJTDecRecMany
  extends PremonJJTDec
A recursive declaration rec x1,...,xnD, sugar for rec x1;...rec xnD, where rec xD is sugar for local rec ylet x=yD let y=x;

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

Constuctor Index

O PremonJJTDecRecMany(int)

Methods

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

Constructors

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