All Packages Class Hierarchy This Package Previous Next Index
Class absyn.ActionBlock
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Action
|
+----absyn.ActionBlock
- public class ActionBlock
- extends Action
- implements Serializable, Cloneable
One kind of transition action.
Collects a sequence of actions into one block.
- Version:
- $Id: ActionBlock.java,v 1.9 1999/02/09 11:32:54 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
aseq
- Contents of the block.
-
ActionBlock(Aseq)
-
-
ActionBlock(Aseq, Location)
-
-
clone()
-
aseq
public Aseq aseq
- Contents of the block.
ActionBlock
public ActionBlock(Aseq a)
ActionBlock
public ActionBlock(Aseq a,
Location l)
clone
public Object clone() throws CloneNotSupportedException
- Throws: CloneNotSupportedException
- self-explanatory exception
- Overrides:
- clone in class Action
All Packages Class Hierarchy This Package Previous Next Index