All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.GuardCompp

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

public class GuardCompp
extends Guard
implements Serializable, Cloneable

Variable Index

 o cpath

Constructor Index

 o GuardCompp(Comppath)
 o GuardCompp(Comppath, Location)

Method Index

 o clone()

Variables

 o cpath
 public Comppath cpath

Constructors

 o GuardCompp
 public GuardCompp(Comppath p)
 o GuardCompp
 public GuardCompp(Comppath p,
                   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