[all packages]
[package ]
[class hierarchy]
[index]
public class PremonJJTExpDots
(source file: PremonJJTExpDots.java)
java.lang.Object
|
+----Printable
|
+----PremonJJTNode
|
+----PremonJJTExp
|
+----PremonJJTExpTuple
|
+----PremonJJTExpDots
The pure class interface.
public class PremonJJTExpDots
extends PremonJJTExpTuple
-
An expression (M
...N)
used to produce graphs containing ellipses.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/09

PremonJJTExpDots(int)
-

desugar(PremonCon)
-
print(Printer)
-

PremonJJTExpDots
public PremonJJTExpDots(int id);

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