All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.Basic_State

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.State
                   |
                   +----absyn.Basic_State

public class Basic_State
extends State
implements Serializable, Cloneable

Constructor Index

 o Basic_State(Statename)
 o Basic_State(Statename, CRectangle)
 o Basic_State(Statename, CRectangle, Location)

Method Index

 o clone()

Constructors

 o Basic_State
 public Basic_State(Statename n)
 o Basic_State
 public Basic_State(Statename n,
                    CRectangle r)
 o Basic_State
 public Basic_State(Statename n,
                    CRectangle r,
                    Location l)

Methods

 o clone
 public Object clone() throws CloneNotSupportedException
Throws: CloneNotSupportedException
self-explanatory exception
Overrides:
clone in class State

All Packages  Class Hierarchy  This Package  Previous  Next  Index