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

public class PremonExpInt

(source file: PremonExpInt.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonExp
                   |
                   +----PremonExpInt

The pure class interface.
public class PremonExpInt
  extends PremonExp
An integer constant expression n : int.

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

Constuctor Index

O PremonExpInt(int)
Create a new integer expression.

Methods

O print(Printer)
O printA(Printer)
O semantics()
The semantics of the expression.

Constructors

O PremonExpInt
public PremonExpInt(int i);
Create a new integer expression.

Parameters:
i - the integer value.

Methods

O print
public void print(Printer p);

O printA

public void printA(Printer p);

O semantics

public Mor semantics();
The semantics of the expression.

Returns:
n : I int
Overrides:
semantics in class PremonExp


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