All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.Guard

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

public abstract class Guard
extends Absyn
implements Serializable, Cloneable
Abstract class Guard introduces a union type for guards of transition labels.

Version:
$Id: Guard.java,v 1.8 1998/12/15 16:33:27 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Constructor Index

 o Guard()

Method Index

 o clone()

Constructors

 o Guard
 public Guard()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index