All Packages Class Hierarchy This Package Previous Next Index
Class absyn.GuardEmpty
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Guard
|
+----absyn.GuardEmpty
- public class GuardEmpty
- extends Guard
- implements Serializable, Cloneable
One kind of guard: empty guard.
- Version:
- $Id: GuardEmpty.java,v 1.7 1999/02/09 11:32:56 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
dummy
- Contents of empty guard.
-
GuardEmpty(Dummy)
- Constructor.
-
GuardEmpty(Dummy, Location)
-
-
clone()
-
dummy
public Dummy dummy
- Contents of empty guard.
GuardEmpty
public GuardEmpty(Dummy d)
- Constructor.
GuardEmpty
public GuardEmpty(Dummy d,
Location l)
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