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

public class PremonTargetConstructors

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

The pure class interface.
public class PremonTargetConstructors
  extends PremonTarget
Allows the constructors to be edited.

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

Constuctor Index

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

Methods

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

Constructors

O PremonTargetConstructors
public PremonTargetConstructors(PremonJJTCon oriConstructors,
                                PremonCon oriConstructorsDesugared);
Create a new target.

Parameters:
oriConstructors - the raw context to edit.
oriConstructorsDesugared - 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 constructors

public PremonCon constructors();
The desugared constructors.

Returns:
the desugared constructors.


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