Package | Description |
---|---|
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 |
---|---|
Element_noGui |
Element_noGui.checkRequiredAttrs() |
@Opt Element_noGui |
Element_option.getElem_1_noGui() |
static Element_noGui |
Element_noGui.parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
Element_noGui |
Element_option.setElem_1_noGui(@Opt Element_noGui newElem_1_noGui) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_noGui element) |
protected void |
Matcher.action(Element_noGui element) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_noGui element) |
void |
Element_option.set(Element_noGui elem_1_noGui,
Element_isMeta elem_1_isMeta,
Element_desc elem_1_desc,
Element_type elem_1_type,
Element_condition elem_1_condition)
Set all contents fields to a new value, after checking.
|
Element_noGui |
Element_option.setElem_1_noGui(@Opt Element_noGui newElem_1_noGui) |
void |
Dumper.visit(Element_noGui element) |
void |
VisitorTemplate.visit(Element_noGui element)
(Superclass implementation descends into
<!ELEMENT noGui EMPTY >
.) |
void |
Visitor.visit(Element_noGui element)
Can be overridden by the user to define particular semantic operations.
|
Constructor and Description |
---|
Element_option(Element_noGui elem_1_noGui,
Element_isMeta elem_1_isMeta,
Element_desc elem_1_desc,
Element_type elem_1_type,
Element_condition elem_1_condition)
Statically typed w.r.t. the contents, as far as possible.
|
Element_option(TypedAttribute.SafeValues flag,
Element_noGui elem_1_noGui,
Element_isMeta elem_1_isMeta,
Element_desc elem_1_desc,
Element_type elem_1_type,
Element_condition elem_1_condition) |
see also the complete user documentation .