[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 = M; N, where M has type T.
M; is sugar for M; ().
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/09

PremonJJTExpComp(int)
-

desugar(PremonCon)
-
print(Printer)
-

PremonJJTExpComp
public PremonJJTExpComp(int id);

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