[all packages]
[package ]
[class hierarchy]
[index]
public class PremonJJTExpTuple
(source file: PremonJJTExpTuple.java)
java.lang.Object
|
+----Printable
|
+----PremonJJTNode
|
+----PremonJJTExp
|
+----PremonJJTExpTuple
The pure class interface.
public class PremonJJTExpTuple
extends PremonJJTExp
-
An expression (M1,...,Mn).
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/09

PremonJJTExpTuple(int)
-

desugar(PremonCon)
-
print(Printer)
-
printB(Printer)
-

PremonJJTExpTuple
public PremonJJTExpTuple(int id);

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