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