[all packages] [package ] [class hierarchy] [index]

public class PremonJJTExpAppInfix

(source file: PremonJJTExpAppInfix.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTExp
                           |
                           +----PremonJJTExpAppInfix

The pure class interface.
public class PremonJJTExpAppInfix
  extends PremonJJTExp
An infix function application M x N where x is a variable of function type. This is syntax sugar for x (M,N).

Author:
Alan Jeffrey
Version: v1.0 1998/06/09

Constuctor Index

O PremonJJTExpAppInfix(int)

Methods

O desugar(PremonCon)
O print(Printer)

Constructors

O PremonJJTExpAppInfix
public PremonJJTExpAppInfix(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]
PremonJJTExpAppInfix.html