Package | Description |
---|---|
eu.bandm.tools.option |
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Element_comment,String> |
Compiler.comment_name
All comments (=separator lines) are collected in a first visit and used
in subsequent GUI generation.
|
Modifier and Type | Method and Description |
---|---|
void |
Compiler.Phase_enum.visit(Element_comment element)
Do NOT descend!
|
void |
Compiler.Phase1.visit(Element_comment element)
Here only the text translations are collected and stored under
a dedicated key, which is entered in
#comment_keys . |
void |
Compiler.Phase_usage_options.visit(Element_comment element)
put the best fitting language version into the usage() output, as an
optical and semantical separator.
|
void |
Compiler.Phase_usage_enumerations.visit(Element_comment element)
Do nothing and DO NOT descend!
|
void |
Compiler.Phase_gui.visit(Element_comment element)
Generate the GUI label for a separating comment.
|
Modifier and Type | Method and Description |
---|---|
Element_comment |
Element_comment.checkRequiredAttrs() |
Element_comment |
Element_optionlist.Choice_1_Alt_3.getElem_1_comment() |
static Element_comment |
Element_comment.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_comment |
Element_optionlist.Choice_1_Alt_3.setElem_1_comment(Element_comment newElem_1_comment) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_comment element) |
protected void |
Matcher.action(Element_comment element) |
static Element_optionlist.Choice_1 |
Element_optionlist.Choice_1.alt(Element_comment elem_1_comment)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_comment element) |
void |
Element_optionlist.Choice_1_Alt_3.set(Element_comment elem_1_comment) |
Element_comment |
Element_optionlist.Choice_1_Alt_3.setElem_1_comment(Element_comment newElem_1_comment) |
void |
Dumper.visit(Element_comment element) |
void |
VisitorTemplate.visit(Element_comment element)
(Superclass implementation descends into
<!ELEMENT comment (text+) >
.) |
void |
Visitor.visit(Element_comment element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_3(Element_comment elem_1_comment) |
see also the complete user documentation .