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