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