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
-
substates
-
-
And_State(Statename, StateList)
-
-
And_State(Statename, StateList, CRectangle)
-
-
And_State(Statename, StateList, CRectangle, Location)
-
-
clone()
-
substates
public StateList substates
And_State
public And_State(Statename n,
StateList sl)
And_State
public And_State(Statename n,
StateList sl,
CRectangle r)
And_State
public And_State(Statename n,
StateList sl,
CRectangle r,
Location l)
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