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

public class PremonJJTExpDouble

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

The pure class interface.
public class PremonJJTExpDouble
  extends PremonJJTExp
An expression representing a floating point constant.

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

Constuctor Index

O PremonJJTExpDouble(int)

Methods

O desugar(PremonCon)
O print(Printer)
O printA(Printer)
O setValue(double)

Constructors

O PremonJJTExpDouble
public PremonJJTExpDouble(int id);

Methods

O setValue
public void setValue(double d);

O print

public void print(Printer p);

O printA

public void printA(Printer p);

O desugar

public PremonExp desugar(PremonCon Gamma)
  throws TypeError;


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