All Packages Class Hierarchy This Package Previous Next Index
Class absyn.BvarList
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.BvarList
- public class BvarList
- extends Absyn
- implements Serializable, Cloneable
List of boolean variables.
- Version:
- $Id: BvarList.java,v 1.12 1999/02/09 13:17:11 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
head
- Head of the list.
-
tail
- Tail of the list.
-
BvarList(Bvar, BvarList)
- Constructor.
-
clone()
-
head
public Bvar head
- Head of the list.
tail
public BvarList tail
- Tail of the list.
BvarList
public BvarList(Bvar h,
BvarList tl)
- 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