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_uri el)
Make value field plus methods plus usage() documentation for an
URI / file path type argument.
|
void |
Compiler.Phase_parser.visit(Element_uri el)
Add to the growing code the call to a parser for an argument of uri/file name type.
|
void |
Compiler.Phase_gui.visit(Element_uri el)
Make gui input field and aux methods for an argument of uri/file name type
|
Modifier and Type | Method and Description |
---|---|
Element_uri |
Element_uri.checkRequiredAttrs() |
Element_uri |
Element_simpletypes.Choice_1_Alt_6.getElem_1_uri() |
Element_uri |
Element_rep.Choice_1_Alt_6.getElem_1_uri() |
Element_uri |
Element_type.Choice_1_Alt_6.getElem_1_uri() |
static Element_uri |
Element_uri.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_uri |
Element_simpletypes.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
Element_uri |
Element_rep.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
Element_uri |
Element_type.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_uri element) |
protected void |
Matcher.action(Element_uri element) |
static Element_simpletypes.Choice_1 |
Element_simpletypes.Choice_1.alt(Element_uri elem_1_uri)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_rep.Choice_1 |
Element_rep.Choice_1.alt(Element_uri elem_1_uri)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_type.Choice_1 |
Element_type.Choice_1.alt(Element_uri elem_1_uri)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_uri element) |
void |
Element_simpletypes.Choice_1_Alt_6.set(Element_uri elem_1_uri) |
void |
Element_rep.Choice_1_Alt_6.set(Element_uri elem_1_uri) |
void |
Element_type.Choice_1_Alt_6.set(Element_uri elem_1_uri) |
Element_uri |
Element_simpletypes.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
Element_uri |
Element_rep.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
Element_uri |
Element_type.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) |
void |
Dumper.visit(Element_uri element) |
void |
VisitorTemplate.visit(Element_uri element)
(Superclass implementation descends into
<!ELEMENT uri ((dirOnly | notDir)?, writable?) >
.) |
void |
Visitor.visit(Element_uri element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_6(Element_uri elem_1_uri) |
Choice_1_Alt_6(Element_uri elem_1_uri) |
Choice_1_Alt_6(Element_uri elem_1_uri) |
see also the complete user documentation .