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.
-
cguard
- Contents of compound guard.
-
GuardCompg(Compguard)
- Constructor.
-
GuardCompg(Compguard, Location)
- Constructor.
-
clone()
-
cguard
public Compguard cguard
- Contents of compound guard.
GuardCompg
public GuardCompg(Compguard g)
- Constructor.
GuardCompg
public GuardCompg(Compguard g,
Location l)
- Constructor.
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