Uses of Class
eu.bandm.tools.option.absy.Element_option.Attr_abbrev
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_option.Attr_abbrev in eu.bandm.tools.option.absy
Modifier and TypeFieldDescriptionstatic final Element_option.Attr_abbrev
Element_option.Attr_abbrev.unspecified
Modifier and TypeMethodDescriptionstatic Element_option.Attr_abbrev
Create a new instance, its value picked from the W3C DOM instance.static Element_option.Attr_abbrev
Element_option.Attr_abbrev.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_option.getAttr_abbrev()
Meaning: the short name, entered in the commandline with one minus sign, like "-h
".Element_option.readAttr_abbrev()
Meaning: the short name, entered in the commandline with one minus sign, like "-h
".Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_option.Attr_abbrev attr) protected void
Matcher.action
(Element_option.Attr_abbrev attr) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_option.Attr_abbrev attr) void
Visitor.visit
(Element_option.Attr_abbrev attr_abbrev) Can be overridden by the user.