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