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_number |
Element_optarg.Attr_number.unspecified |
Modifier and Type | Method and Description |
---|---|
static Element_optarg.Attr_number |
Element_optarg.Attr_number.from(Attributes attrs)
Create a new instance, its value picked from the SAX attribute
container.
|
static Element_optarg.Attr_number |
Element_optarg.Attr_number.from(Element dom)
Create a new instance, its value picked from the W3C DOM instance.
|
Element_optarg.Attr_number |
Element_optarg.getAttr_number()
Meaning: The argument of the option by its
(zero-based) position index.
|
Element_optarg.Attr_number |
Element_optarg.readAttr_number()
Meaning: The argument of the option by its
(zero-based) position index.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_optarg.Attr_number attr) |
protected void |
Matcher.action(Element_optarg.Attr_number attr) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_optarg.Attr_number attr) |
void |
Visitor.visit(Element_optarg.Attr_number attr_number)
Can be overridden by the user.
|
see also the complete user documentation .