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.

Variable Index

 o aseq
Contents of the block.

Constructor Index

 o ActionBlock(Aseq)
 o ActionBlock(Aseq, Location)

Method Index

 o clone()

Variables

 o aseq
 public Aseq aseq
Contents of the block.

Constructors

 o ActionBlock
 public ActionBlock(Aseq a)
 o ActionBlock
 public ActionBlock(Aseq a,
                    Location l)

Methods

 o 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