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.Phase1.visit(Element_float el)
Make value field plus methods plus usage() documentation for a float type argument.
|
void |
Compiler.Phase_parser.visit(Element_float el)
Add to the growing code the call to a parser for an argument of float type.
|
void |
Compiler.Phase_gui.visit(Element_float el)
Make gui input field and aux methods for an argument of float type
|
Modifier and Type | Method and Description |
---|---|
Element_float |
Element_float.checkRequiredAttrs() |
Element_float |
Element_simpletypes.Choice_1_Alt_2.getElem_1_float() |
Element_float |
Element_rep.Choice_1_Alt_2.getElem_1_float() |
Element_float |
Element_type.Choice_1_Alt_2.getElem_1_float() |
static Element_float |
Element_float.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_float |
Element_simpletypes.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
Element_float |
Element_rep.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
Element_float |
Element_type.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_float element) |
protected void |
Matcher.action(Element_float element) |
static Element_simpletypes.Choice_1 |
Element_simpletypes.Choice_1.alt(Element_float elem_1_float)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_float elem_1_float)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_type.Choice_1 |
Element_type.Choice_1.alt(Element_float elem_1_float)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_float element) |
void |
Element_simpletypes.Choice_1_Alt_2.set(Element_float elem_1_float) |
void |
Element_rep.Choice_1_Alt_2.set(Element_float elem_1_float) |
void |
Element_type.Choice_1_Alt_2.set(Element_float elem_1_float) |
Element_float |
Element_simpletypes.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
Element_float |
Element_rep.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
Element_float |
Element_type.Choice_1_Alt_2.setElem_1_float(Element_float newElem_1_float) |
void |
Dumper.visit(Element_float element) |
void |
VisitorTemplate.visit(Element_float element)
(Superclass implementation descends into
<!ELEMENT float EMPTY >
.) |
void |
Visitor.visit(Element_float element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_2(Element_float elem_1_float) |
Choice_1_Alt_2(Element_float elem_1_float) |
Choice_1_Alt_2(Element_float elem_1_float) |
see also the complete user documentation .