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