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_constant el)
Stores Java source and user documentation for a constant in an enabling condition.
|
Modifier and Type | Method and Description |
---|---|
Element_constant |
Element_constant.checkRequiredAttrs() |
Element_constant |
Element_testgreater.Choice_1_Alt_1.getElem_1_constant() |
Element_constant |
Element_testgreater.Choice_2_Alt_1.getElem_1_constant() |
Element_constant |
Element_testequal.Choice_1_Alt_1.getElem_1_constant() |
Element_constant |
Element_testequal.Choice_2_Alt_1.getElem_1_constant() |
static Element_constant |
Element_constant.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_constant |
Element_testgreater.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testgreater.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testequal.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testequal.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_constant element) |
protected void |
Matcher.action(Element_constant element) |
static Element_testgreater.Choice_1 |
Element_testgreater.Choice_1.alt(Element_constant elem_1_constant)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_testgreater.Choice_2 |
Element_testgreater.Choice_2.alt(Element_constant elem_1_constant)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_testequal.Choice_1 |
Element_testequal.Choice_1.alt(Element_constant elem_1_constant)
Wrap the content sequence into an instance of the corresponding
subtype.
|
static Element_testequal.Choice_2 |
Element_testequal.Choice_2.alt(Element_constant elem_1_constant)
Wrap the content sequence into an instance of the corresponding
subtype.
|
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_constant element) |
void |
Element_testgreater.Choice_1_Alt_1.set(Element_constant elem_1_constant) |
void |
Element_testgreater.Choice_2_Alt_1.set(Element_constant elem_1_constant) |
void |
Element_testequal.Choice_1_Alt_1.set(Element_constant elem_1_constant) |
void |
Element_testequal.Choice_2_Alt_1.set(Element_constant elem_1_constant) |
Element_constant |
Element_testgreater.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testgreater.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testequal.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
Element_constant |
Element_testequal.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) |
void |
Dumper.visit(Element_constant element) |
void |
VisitorTemplate.visit(Element_constant element)
(Superclass implementation descends into
<!ELEMENT constant EMPTY >
.) |
void |
Visitor.visit(Element_constant element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Choice_1_Alt_1(Element_constant elem_1_constant) |
Choice_1_Alt_1(Element_constant elem_1_constant) |
Choice_2_Alt_1(Element_constant elem_1_constant) |
Choice_2_Alt_1(Element_constant elem_1_constant) |
see also the complete user documentation .