All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.GuardCompg

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

public class GuardCompg
extends Guard
implements Serializable, Cloneable
One kind of guard: composition of guards.

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

Variable Index

 o cguard
Contents of compound guard.

Constructor Index

 o GuardCompg(Compguard)
Constructor.
 o GuardCompg(Compguard, Location)
Constructor.

Method Index

 o clone()

Variables

 o cguard
 public Compguard cguard
Contents of compound guard.

Constructors

 o GuardCompg
 public GuardCompg(Compguard g)
Constructor.

 o GuardCompg
 public GuardCompg(Compguard g,
                   Location l)
Constructor.

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