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