Uses of Class
eu.bandm.tools.option.absy.Element_optarg.Attr_option
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_optarg.Attr_option in eu.bandm.tools.option.absy
Modifier and TypeFieldDescriptionstatic final Element_optarg.Attr_option
Element_optarg.Attr_option.unspecified
Modifier and TypeMethodDescriptionstatic Element_optarg.Attr_option
Create a new instance, its value picked from the W3C DOM instance.static Element_optarg.Attr_option
Element_optarg.Attr_option.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_optarg.getAttr_option()
Meaning: The option from which the current argument value is taken.Element_optarg.readAttr_option()
Meaning: The option from which the current argument value is taken.Modifier and TypeMethodDescriptionprotected 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.