All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.Action

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.Action

public abstract class Action
extends Absyn
implements Serializable, Cloneable
Abstract class Action introduces a union type for actions of transition labels.

Version:
$Id: Action.java,v 1.9 1998/12/15 16:33:23 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Constructor Index

 o Action()

Method Index

 o clone()

Constructors

 o Action
 public Action()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index