All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.And_State

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

public class And_State
extends State
implements Serializable, Cloneable

Variable Index

 o substates

Constructor Index

 o And_State(Statename, StateList)
 o And_State(Statename, StateList, CRectangle)
 o And_State(Statename, StateList, CRectangle, Location)

Method Index

 o clone()

Variables

 o substates
 public StateList substates

Constructors

 o And_State
 public And_State(Statename n,
                  StateList sl)
 o And_State
 public And_State(Statename n,
                  StateList sl,
                  CRectangle r)
 o And_State
 public And_State(Statename n,
                  StateList sl,
                  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