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

public class PremonTargetTerm

(source file: PremonTargetTerm.java)
java.lang.Object
   |
   +----PremonTarget
           |
           +----PremonTargetTerm

The pure class interface.
public class PremonTargetTerm
  extends PremonTarget
Allows a term to be edited.

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

Constuctor Index

O PremonTargetTerm(PremonJJTExp, PremonExp, PremonTargetContext, PremonTargetConstructors)
Create a new editable term. Requires the context and constructors, (for desugaring).

Methods

O desugar()
O parse(String)
O reset()
O term()
The desugared term.

Constructors

O PremonTargetTerm
public PremonTargetTerm(PremonJJTExp oriTerm,
                        PremonExp oriTermDesugared,
                        PremonTargetContext context,
                        PremonTargetConstructors constructors);
Create a new editable term. Requires the context and constructors, (for desugaring).

Methods

O desugar
public void desugar()
  throws TypeError;

O parse

public void parse(String s)
  throws ParseException;

O reset

public void reset();

O term

public PremonExp term();
The desugared term.

Returns:
the desugared term.


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