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_testequal el)
Stores Java source and user documentation for the equality test in an
enabling condition.
|
Modifier and Type | Method and Description |
---|---|
Element_testequal |
Element_testequal.checkRequiredAttrs() |
Element_testequal |
Element_or.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal() |
Element_testequal |
Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal() |
Element_testequal |
Element_not.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal() |
Element_testequal |
Element_and.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal() |
static Element_testequal |
Element_testequal.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_testequal |
Element_or.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_not.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_and.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_testequal element) |
protected void |
Matcher.action(Element_testequal element) |
static Element_or.Choice_1_Alt_1_Choice_1 |
Element_or.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_condition.Choice_1_Alt_1_Choice_1 |
Element_condition.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_not.Choice_1_Alt_1_Choice_1 |
Element_not.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_and.Choice_1_Alt_1_Choice_1 |
Element_and.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_testequal element) |
void |
Element_or.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) |
void |
Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) |
void |
Element_not.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) |
void |
Element_and.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) |
Element_testequal |
Element_or.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_not.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
Element_testequal |
Element_and.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) |
void |
Dumper.visit(Element_testequal element) |
void |
VisitorTemplate.visit(Element_testequal element)
(Superclass implementation descends into
<!ELEMENT testequal ((constant | optarg), %testvalues;) >
.) |
void |
Visitor.visit(Element_testequal element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) |
Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) |
Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) |
Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) |
see also the complete user documentation .