[all packages]
[package ]
[class hierarchy]
[index]
public class PremonJJTExpTopLevel
(source file: PremonJJTExpTopLevel.java)
java.lang.Object
|
+----Printable
|
+----PremonJJTNode
|
+----PremonJJTExp
|
+----PremonJJTExpTopLevel
The pure class interface.
public class PremonJJTExpTopLevel
extends PremonJJTExp
-
A top-level expression.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/10

PremonJJTExpTopLevel(int)
-

desugar(PremonCon)
-
print(Printer)
-

PremonJJTExpTopLevel
public PremonJJTExpTopLevel(int id);

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