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.

Variable Index

 o bvar
Contents of variable.

Constructor Index

 o GuardBVar(Bvar)
Constructor.
 o GuardBVar(Bvar, Location)

Method Index

 o clone()

Variables

 o bvar
 public Bvar bvar
Contents of variable.

Constructors

 o GuardBVar
 public GuardBVar(Bvar v)
Constructor.

 o GuardBVar
 public GuardBVar(Bvar v,
                  Location l)

Methods

 o 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