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

public class PremonTargetContext

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

The pure class interface.
public class PremonTargetContext
  extends PremonTarget
Allows a context to be edited.

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

Constuctor Index

O PremonTargetContext(PremonJJTCon, PremonCon)
Create a new target.

Methods

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

Constructors

O PremonTargetContext
public PremonTargetContext(PremonJJTCon oriContext,
                           PremonCon oriContextDesugared);
Create a new target.

Parameters:
oriContext - the raw context to edit.
oriContextDesugared - the desugared context to edit.

Methods

O desugar
public void desugar()
  throws TypeError;

O parse

public void parse(String s)
  throws ParseException;

O reset

public void reset();

O context

public PremonCon context();
The desugared context.

Returns:
the desugared context.


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