Class Options.Descriptions

Enclosing class:
Options

public class Options.Descriptions extends CatalogByString
Programmatically generated catalog of translations.

Usage: Invoke the only constructor. Then follow the documentation of the super class.

Initial contents:

en
$ZWITEXT_0Model substantial information
$ZWITEXT_1Code generation modification
--constructorsPre20181214Use old constructor code generation scheme, prior to 20181214 redefinition.
--floatNotDoubleimplement the umod type "float" not by doubles but by floats.
--getterfunctionswhether to generate getter function objects DEPRECATED
--linewidthline width for the formatting of the generated source code
--monolithicgenerate a single class instead of a package
--packagenamename of the package of the generated model class
--patternsGenerate methods for lifting and applying "Paisley" patterns to model elements and their fields
--rewriterwarningswhether all warnings from rewriter code shall be printed, even when the code generation algorithm takes the responsibility.
--setterfunctionswhether to generate setter function objects DEPRECATED
--sourcefilessource files containing the model declaration
--sourcerootfile system directory which is the root of the source code hierarchie
--swingtreewhether to generate a swing tree visualization
--targetclasspathclasspath to search for existing class files, if different from current classpath. NOT YET ACTIVE!!
--visitorcompilewhether to cut superfluous descends by code generation
--visitordebugwhether to add logging code to the generated visitors
--visitoroptimizewhether to cut superfluous descends
--xmlgenwhether to generate SAX de-/serialization
-0file system directory which is the root of the source code hierarchie
-1name of the package of the generated model class
-2source files containing the model declaration
-Gwhether to generate getter function objects DEPRECATED
-Swhether to generate setter function objects DEPRECATED
-Vwhether to add logging code to the generated visitors
-mgenerate a single class instead of a package
-pclasspath to search for existing class files, if different from current classpath. NOT YET ACTIVE!!
-swhether to generate a swing tree visualization
-vwhether to cut superfluous descends
-wline width for the formatting of the generated source code
-xwhether to generate SAX de-/serialization
Generated code realizing the multi lingual translations of all command line option descriptions.
Created on 2024-03-03_16h30m03
by program bandm/metatools/option/compiler, version 2.1
command line =
bandm/metatools/option/compiler umodOptions.xml eu.bandm.tools.umod Options GuiOptions $(HOME)/metatools/src
  • Constructor Details

    • Descriptions

      public Descriptions()