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 | Field and Description |
---|---|
static Element_optarg.Attr_option |
Element_optarg.Attr_option.unspecified |
Modifier and Type | Method and Description |
---|---|
static Element_optarg.Attr_option |
Element_optarg.Attr_option.from(Attributes attrs)
Create a new instance, its value picked from the SAX attribute
container.
|
static Element_optarg.Attr_option |
Element_optarg.Attr_option.from(Element dom)
Create a new instance, its value picked from the W3C DOM instance.
|
Element_optarg.Attr_option |
Element_optarg.getAttr_option()
Meaning: The option from which the current
argument value is taken.
|
Element_optarg.Attr_option |
Element_optarg.readAttr_option()
Meaning: The option from which the current
argument value is taken.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_optarg.Attr_option attr) |
protected void |
Matcher.action(Element_optarg.Attr_option attr) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_optarg.Attr_option attr) |
void |
Visitor.visit(Element_optarg.Attr_option attr_option)
Can be overridden by the user.
|
see also the complete user documentation .