[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,...,xn; D,
sugar for rec x1;...rec xn; D, where
rec x; D
is sugar for local rec y; let x=y; D let y=x;
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/10

PremonJJTDecRecMany(int)
-

desugar(PremonCon)
-
getBind()
-
print(Printer)
-

PremonJJTDecRecMany
public PremonJJTDecRecMany(int id);

print
public void print(Printer p);
getBind
public PremonCon getBind()
throws TypeError;
desugar
public PremonDec desugar(PremonCon Gamma)
throws TypeError;
[all packages]
[package ]
[class hierarchy]
[index]
PremonJJTDecRecMany.html