All Packages Class Hierarchy This Package Previous Next Index
Class absyn.Compguard
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Compguard
- public class Compguard
- extends Absyn
- implements Serializable, Cloneable
Composition of two guards.
- Version:
- $Id: Compguard.java,v 1.11 1999/02/09 10:37:10 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
AND
- Constants.
-
elhs
- Left-hand-side.
-
eop
- Biary operation.
-
EQUIV
-
-
erhs
- Right-hand-side.
-
IMPLIES
-
-
OR
-
-
Compguard(int, Guard, Guard)
- Constructor.
-
Compguard(int, Guard, Guard, Location)
- Constructor.
-
clone()
-
eop
public int eop
- Biary operation.
elhs
public Guard elhs
- Left-hand-side.
erhs
public Guard erhs
- Right-hand-side.
AND
public static final int AND
- Constants.
OR
public static final int OR
IMPLIES
public static final int IMPLIES
EQUIV
public static final int EQUIV
Compguard
public Compguard(int op,
Guard g1,
Guard g2)
- Constructor.
Compguard
public Compguard(int op,
Guard g1,
Guard g2,
Location l)
- Constructor.
clone
public Object clone() throws CloneNotSupportedException
- Throws: CloneNotSupportedException
- self-explanatory exception
- Overrides:
- clone in class Absyn
All Packages Class Hierarchy This Package Previous Next Index