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 |
---|---|
Map<String,List<Element_enumitem>> |
Compiler.enums
All defined enumeration types.
|
Modifier and Type | Method and Description |
---|---|
Element_enumitem |
Element_enumitem.checkRequiredAttrs() |
Element_enumitem |
Element_enumeration.getElem_1_enumitem(int index) |
Element_enumitem[] |
Element_enumeration.getElems_1_enumitem() |
static Element_enumitem |
Element_enumitem.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_enumitem |
Element_enumeration.setElem_1_enumitem(int index,
Element_enumitem newElem_1_enumitem) |
Element_enumitem[] |
Element_enumeration.setElems_1_enumitem(Element_enumitem... newElems_1_enumitem) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_enumitem element) |
protected void |
Matcher.action(Element_enumitem element) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_enumitem element) |
void |
Element_enumeration.set(Element_desc elem_1_desc,
Element_enumitem... elems_1_enumitem)
Set all contents fields to a new value, after checking.
|
Element_enumitem |
Element_enumeration.setElem_1_enumitem(int index,
Element_enumitem newElem_1_enumitem) |
Element_enumitem[] |
Element_enumeration.setElems_1_enumitem(Element_enumitem... newElems_1_enumitem) |
void |
Dumper.visit(Element_enumitem element) |
void |
VisitorTemplate.visit(Element_enumitem element)
(Superclass implementation descends into
<!ELEMENT enumitem (desc?) >
.) |
void |
Visitor.visit(Element_enumitem element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Element_enumeration(Element_desc elem_1_desc,
Element_enumitem... elems_1_enumitem)
Statically typed w.r.t. the contents, as far as possible.
|
Element_enumeration(TypedAttribute.SafeValues flag,
Element_desc elem_1_desc,
Element_enumitem... elems_1_enumitem) |
see also the complete user documentation .