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 | Method and Description |
---|---|
void |
Compiler.Phase_enum.visit(Element_enumeration element)
Analyse the visited enumeration and descend into its sub-elements.
|
void |
Compiler.Phase1.visit(Element_enumeration element)
Do nothing and DO NOT descend.
|
void |
Compiler.Phase_usage_options.visit(Element_enumeration element)
Do nothing and DO NOT descend!
|
void |
Compiler.Phase_usage_enumerations.visit(Element_enumeration element)
Appends the usage() text of this enumeration definition to the global buffer
by calling
|
Modifier and Type | Method and Description |
---|---|
Element_enumeration |
Element_enumeration.checkRequiredAttrs() |
Element_enumeration |
Element_optionlist.Choice_1_Alt_1.getElem_1_enumeration() |
static Element_enumeration |
Element_enumeration.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_enumeration |
Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration(Element_enumeration newElem_1_enumeration) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_enumeration element) |
protected void |
Matcher.action(Element_enumeration element) |
static Element_optionlist.Choice_1 |
Element_optionlist.Choice_1.alt(Element_enumeration elem_1_enumeration)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_enumeration element) |
void |
Element_optionlist.Choice_1_Alt_1.set(Element_enumeration elem_1_enumeration) |
Element_enumeration |
Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration(Element_enumeration newElem_1_enumeration) |
void |
Dumper.visit(Element_enumeration element) |
void |
VisitorTemplate.visit(Element_enumeration element)
(Superclass implementation descends into
<!ELEMENT enumeration (desc?, enumitem+) >
.) |
void |
Visitor.visit(Element_enumeration element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_1(Element_enumeration elem_1_enumeration) |
see also the complete user documentation .