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