[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

PremonJJTDecBind(int)
-

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

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