All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.GuardNeg

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.Guard
                   |
                   +----absyn.GuardNeg

public class GuardNeg
extends Guard
implements Serializable, Cloneable
One kind of guard: guard negation.

Version:
$Id: GuardNeg.java,v 1.7 1999/02/09 11:32:56 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Variable Index

 o guard
Guard to negate.

Constructor Index

 o GuardNeg(Guard)
Constructor.
 o GuardNeg(Guard, Location)

Method Index

 o clone()

Variables

 o guard
 public Guard guard
Guard to negate.

Constructors

 o GuardNeg
 public GuardNeg(Guard g)
Constructor.

 o GuardNeg
 public GuardNeg(Guard g,
                 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