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_printout_title element)
Do NOT descend!
|
Modifier and Type | Method and Description |
---|---|
Element_printout_title |
Element_printout_title.checkRequiredAttrs() |
@Opt Element_printout_title |
Element_optionlist.getElem_1_printout_title() |
static Element_printout_title |
Element_printout_title.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_printout_title |
Element_optionlist.setElem_1_printout_title(@Opt Element_printout_title newElem_1_printout_title) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_printout_title element) |
protected void |
Matcher.action(Element_printout_title element) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_printout_title element) |
void |
Element_optionlist.set(Element_printout_title elem_1_printout_title,
Element_optionlist.Choice_1... choices_1)
Set all contents fields to a new value, after checking.
|
Element_printout_title |
Element_optionlist.setElem_1_printout_title(@Opt Element_printout_title newElem_1_printout_title) |
void |
Dumper.visit(Element_printout_title element) |
void |
VisitorTemplate.visit(Element_printout_title element)
(Superclass implementation descends into
<!ELEMENT printout_title (text+) >
.) |
void |
Visitor.visit(Element_printout_title element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Element_optionlist(Element_printout_title elem_1_printout_title,
Element_optionlist.Choice_1... choices_1)
Statically typed w.r.t. the contents, as far as possible.
|
see also the complete user documentation .