[all packages]
[package ]
[class hierarchy]
[index]
public class PremonJJTExpApp
(source file: PremonJJTExpApp.java)
java.lang.Object
|
+----Printable
|
+----PremonJJTNode
|
+----PremonJJTExp
|
+----PremonJJTExpApp
The pure class interface.
public class PremonJJTExpApp
extends PremonJJTExp
-
A function application M N
where M is a value of function type.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/09

PremonJJTExpApp(int)
-

desugar(PremonCon)
-
print(Printer)
-
printA(Printer)
-

PremonJJTExpApp
public PremonJJTExpApp(int id);

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