All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.GuardEvent

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.Guard
                   |
                   +----absyn.GuardEvent

public class GuardEvent
extends Guard
implements Serializable, Cloneable
One kind of guard: event.

Version:
$Id: GuardEvent.java,v 1.7 1999/02/09 11:32:56 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Variable Index

 o event
Contents of event.

Constructor Index

 o GuardEvent(SEvent)
Constructor.
 o GuardEvent(SEvent, Location)

Method Index

 o clone()

Variables

 o event
 public SEvent event
Contents of event.

Constructors

 o GuardEvent
 public GuardEvent(SEvent e)
Constructor.

 o GuardEvent
 public GuardEvent(SEvent e,
                   Location l)

Methods

 o clone
 public Object clone() throws CloneNotSupportedException
Throws: CloneNotSupportedException
self-explanatory exception
Overrides:
clone in class Guard

All Packages  Class Hierarchy  This Package  Previous  Next  Index