Uses of Class
eu.bandm.tools.option.absy.Element_option.Attr_abbrev
Packages that use 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
Fields in eu.bandm.tools.option.absy declared as Element_option.Attr_abbrevModifier and TypeFieldDescriptionstatic final Element_option.Attr_abbrevElement_option.Attr_abbrev.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_option.Attr_abbrevModifier and TypeMethodDescriptionstatic Element_option.Attr_abbrevCreate a new instance, its value picked from the W3C DOM instance.static Element_option.Attr_abbrevElement_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".Methods in eu.bandm.tools.option.absy with parameters of type Element_option.Attr_abbrevModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_option.Attr_abbrev attr) protected voidMatcher.action(Element_option.Attr_abbrev attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_option.Attr_abbrev attr) voidVisitor.visit(Element_option.Attr_abbrev attr_abbrev) Can be overridden by the user.