All Packages Class Hierarchy This Package Previous Next Index
Class codegen.CodeGenOpt
java.lang.Object
|
+----codegen.CodeGenOpt
- public class CodeGenOpt
- extends Object
- implements Serializable
This is a simple container for CodeGens options. It is maintained
by the class CodeGenConfig. You may only create an object of this
class and store it.
- Version:
- $Id: CodeGenOpt.java,v 1.6 1999/02/17 12:58:26 swtech25 Exp $
- Author:
- Marcel Kyas, Walter Loeser, Andre Paetzold.
- See Also:
- CodeGenConfig
-
CodeGenOpt()
- The options are initialized with the following settings:
nondetFlavor is takeFirst, envFlavor is none; traceCodeGen,
verbose, and twoStatecharts are false.
CodeGenOpt
public CodeGenOpt()
- The options are initialized with the following settings:
nondetFlavor is takeFirst, envFlavor is none; traceCodeGen,
verbose, and twoStatecharts are false. Path will be set to
"/tmp", name[12] will be set to "Automaton[12]"
All Packages Class Hierarchy This Package Previous Next Index