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.

Variable Index

 o head
Head of the list.
 o tail
Tail of the list.

Constructor Index

 o BvarList(Bvar, BvarList)
Constructor.

Method Index

 o clone()

Variables

 o head
 public Bvar head
Head of the list.

 o tail
 public BvarList tail
Tail of the list.

Constructors

 o BvarList
 public BvarList(Bvar h,
                 BvarList tl)
Constructor.

Methods

 o 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