All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.ActionEmpty

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

public class ActionEmpty
extends Action
implements Serializable, Cloneable
One kind of transition action: empty action.

Initially provided by Martin Steffen.
Version $Id: ActionEmpty.java,v 1.8 1999/02/09 10:09:29 swtech00 Exp $


Variable Index

 o dummy

Constructor Index

 o ActionEmpty(Dummy)
 o ActionEmpty(Dummy, Location)

Method Index

 o clone()

Variables

 o dummy
 public Dummy dummy

Constructors

 o ActionEmpty
 public ActionEmpty(Dummy d)
 o ActionEmpty
 public ActionEmpty(Dummy d,
                    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