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

public abstract class PremonJJTCon

(source file: PremonJJTCon.java)
java.lang.Object
   |
   +----Printable
           |
           +----PremonJJTNode
                   |
                   +----PremonJJTCon

The pure class interface.
public abstract class PremonJJTCon
  extends PremonJJTNode
The syntactic class of contexts (including syntax sugar).

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

Constuctor Index

O PremonJJTCon(int)

Methods

O desugar()
Desugar it.
O desugarPrimitives()
Desugar it.

Constructors

O PremonJJTCon
public PremonJJTCon(int id);

Methods

O desugar
public abstract PremonCon desugar();
Desugar it.

Returns:
the context with the syntax sugar removed.

O desugarPrimitives

public abstract PremonCon desugarPrimitives();
Desugar it.

Returns:
the context with the syntax sugar removed, and all the variables tagged as being primitives.


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