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