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

public class PremonExpString

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

The pure class interface.
public class PremonExpString
  extends PremonExp
A string constant expression "s" : string.

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

Constuctor Index

O PremonExpString(String)
Create a new expression.

Methods

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

Constructors

O PremonExpString
public PremonExpString(String s);
Create a new expression.

Parameters:
s - the string contents.

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:
s : I string
Overrides:
semantics in class PremonExp


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