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

public class PremonJJTPatBindFunCurried

(source file: PremonJJTPatBindFunCurried.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTPat
                           |
                           +----PremonJJTPatBindFunCurried

The pure class interface.
public class PremonJJTPatBindFunCurried
  extends PremonJJTPat

A pattern binding C x T1 ... Tn : U which is sugar for x : C T1 ... Tn : U.

In turn, C T1 T2 ... Tn : U is sugar for val T1 : C T2 ... Tn : U.

By default, the return type is ().

For example:

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

Constuctor Index

O PremonJJTPatBindFunCurried(int)

Methods

O desugar()
O print(Printer)

Constructors

O PremonJJTPatBindFunCurried
public PremonJJTPatBindFunCurried(int id);

Methods

O print
public void print(Printer p);

O desugar

public PremonPat desugar();


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