Package eu.bandm.tools.umod
Class Options.Descriptions
java.lang.Object
eu.bandm.tools.muli.Catalog<String>
eu.bandm.tools.muli.CatalogByString
eu.bandm.tools.umod.Options.Descriptions
- Enclosing class:
Options
@Generated(generator="eu.bandm.tools.muli.utils",
version="",
timestamp="2025-08-17_22h52m48")
public class Options.Descriptions
extends CatalogByString
Programmatically generated catalog of translations.
Generated code realizing the multi lingual translations of all command line option descriptions.
Usage: Invoke the only constructor. Then follow the documentation of the super class.
Initial contents:
| en | |
|---|---|
| $ZWITEXT_0 | Model substantial information |
| $ZWITEXT_1 | Code generation modification |
| --constructorsPre20181214 | Use old constructor code generation scheme, prior to 20181214 redefinition. |
| --floatNotDouble | implement the umod type "float" not by doubles but by floats. |
| --getterfunctions | whether to generate getter function objects DEPRECATED |
| --linewidth | line width for the formatting of the generated source code |
| --monolithic | generate a single class instead of a package |
| --packagename | name of the package of the generated model class |
| --patterns | Generate methods for lifting and applying "Paisley" patterns to model elements and their fields |
| --rewriterwarnings | whether all warnings from rewriter code shall be printed, even when the code generation algorithm takes the responsibility. |
| --setterfunctions | whether to generate setter function objects DEPRECATED |
| --sourcefiles | source files containing the model declaration |
| --sourceroot | file system directory which is the root of the source code hierarchie |
| --swingtree | whether to generate a swing tree visualization |
| --targetclasspath | classpath to search for existing class files, if different from current classpath. NOT YET ACTIVE!! |
| --visitorcompile | whether to cut superfluous descends by code generation |
| --visitordebug | whether to add logging code to the generated visitors |
| --visitoroptimize | whether to cut superfluous descends |
| --xmlgen | whether to generate SAX de-/serialization |
| -0 | file system directory which is the root of the source code hierarchie |
| -1 | name of the package of the generated model class |
| -2 | source files containing the model declaration |
| -G | whether to generate getter function objects DEPRECATED |
| -S | whether to generate setter function objects DEPRECATED |
| -V | whether to add logging code to the generated visitors |
| -m | generate a single class instead of a package |
| -p | classpath to search for existing class files, if different from current classpath. NOT YET ACTIVE!! |
| -s | whether to generate a swing tree visualization |
| -v | whether to cut superfluous descends |
| -w | line width for the formatting of the generated source code |
| -x | whether to generate SAX de-/serialization
|
Generated on 2025-08-17_22h52m47
by program bandm/metatools/option/compiler, version
command line =
by program bandm/metatools/option/compiler, version
command line =
java bandm/metatools/option/compiler umodOptions.xml eu.bandm.tools.umod Options GuiOptions $(HOME)/metatools/src
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.muli.Catalog
Catalog.Const<L> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.bandm.tools.muli.CatalogByString
_translateArgs, getKeys, putAsKeyMethods inherited from class eu.bandm.tools.muli.Catalog
_format, _format, containsKey, dump, get, get, get, getKey, getKeys, getKeys, getSpecific, insitu, insitu, insitu, insitu, INSITU, INSITU, noTranslate, put, put, put, put, putAll, putAll, readLanguageMap, readLanguages, readLanguagesString, translateAllAndFormatRobust, translateAllAndFormatRobust, translateArgsAndFormatRobust, translateArgsAndFormatRobust, translateKeyAndFormatRobust, translateKeyAndFormatRobust, translateRobust, translateRobust
-
Constructor Details
-
Descriptions
public Descriptions()
-