[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

Constuctor Index

O PremonJJTExpDots(int)

Methods

O desugar(PremonCon)
O print(Printer)

Constructors

O PremonJJTExpDots
public PremonJJTExpDots(int id);

Methods

O print
public void print(Printer p);

O desugar

public PremonExp desugar(PremonCon Gamma)
  throws TypeError;


[all packages] [package ] [class hierarchy] [index]
PremonJJTExpDots.html