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 $
-
dummy
-
-
ActionEmpty(Dummy)
-
-
ActionEmpty(Dummy, Location)
-
-
clone()
-
dummy
public Dummy dummy
ActionEmpty
public ActionEmpty(Dummy d)
ActionEmpty
public ActionEmpty(Dummy d,
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