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_and el)
Stores Java source and user documentation for the "and" combinator in an
enabling condition.
|
Modifier and Type | Method and Description |
---|---|
Element_and |
Element_and.checkRequiredAttrs() |
Element_and |
Element_or.Choice_1_Alt_2.getElem_1_and() |
Element_and |
Element_condition.Choice_1_Alt_2.getElem_1_and() |
Element_and |
Element_not.Choice_1_Alt_2.getElem_1_and() |
Element_and |
Element_and.Choice_1_Alt_2.getElem_1_and() |
static Element_and |
Element_and.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_and |
Element_or.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_condition.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_not.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_and.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_and element) |
protected void |
Matcher.action(Element_and element) |
static Element_or.Choice_1 |
Element_or.Choice_1.alt(Element_and elem_1_and)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_condition.Choice_1 |
Element_condition.Choice_1.alt(Element_and elem_1_and)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_not.Choice_1 |
Element_not.Choice_1.alt(Element_and elem_1_and)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_and.Choice_1 |
Element_and.Choice_1.alt(Element_and elem_1_and)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_and element) |
void |
Element_or.Choice_1_Alt_2.set(Element_and elem_1_and) |
void |
Element_condition.Choice_1_Alt_2.set(Element_and elem_1_and) |
void |
Element_not.Choice_1_Alt_2.set(Element_and elem_1_and) |
void |
Element_and.Choice_1_Alt_2.set(Element_and elem_1_and) |
Element_and |
Element_or.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_condition.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_not.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
Element_and |
Element_and.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) |
void |
Dumper.visit(Element_and element) |
void |
VisitorTemplate.visit(Element_and element)
(Superclass implementation descends into
<!ELEMENT and ((testequal | testgreater | optarg) | and | or | not)+ >
.) |
void |
Visitor.visit(Element_and element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_2(Element_and elem_1_and) |
Choice_1_Alt_2(Element_and elem_1_and) |
Choice_1_Alt_2(Element_and elem_1_and) |
Choice_1_Alt_2(Element_and elem_1_and) |
see also the complete user documentation .