All Packages Class Hierarchy This Package Previous Next Index
Class codegen.dumpTables
java.lang.Object
|
+----codegen.dumpTables
- public class dumpTables
- extends Object
This class will dump the tables of our code. Internallz
we will work with numerical values. This is faster and
more efficient. But we want to provide the environment
an interface to the original textual representations of
states, events and conditions.
- Version:
- $Id: dumpTables.java,v 1.15 1999/02/28 17:34:11 swtech25 Exp $
- Author:
- Marcel Kyas
-
endEvent
- This is our reserved event keyword.
-
dumpTables(Statechart)
- This is the only constructor for this class.
endEvent
public static final String endEvent
- This is our reserved event keyword. If it occures,
the generated code will clean up and exit.
Obviously, EVENT_$$stop$$ is a valid identifier in
Java. You may want to change this, if your
Compiler chokes on this one.
dumpTables
public dumpTables(Statechart s)
- This is the only constructor for this class. Do not use any
other automatically generated constructors.
All Packages Class Hierarchy This Package Previous Next Index