Uses of Class
eu.bandm.tools.option.absy.Element_option.Attr_name
Packages that use Element_option.Attr_name
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_option.Attr_name in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_option.Attr_nameModifier and TypeFieldDescriptionstatic final Element_option.Attr_nameElement_option.Attr_name.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_option.Attr_nameModifier and TypeMethodDescriptionstatic Element_option.Attr_nameCreate a new instance, its value picked from the W3C DOM instance.static Element_option.Attr_nameElement_option.Attr_name.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.final Element_option.Attr_nameElement_option.getAttr_name()Meaning: the long name, entered in the commandline with two minus signs, like "--help".final Element_option.Attr_nameElement_option.readAttr_name()Meaning: the long name, entered in the commandline with two minus signs, like "--help".Methods in eu.bandm.tools.option.absy with parameters of type Element_option.Attr_nameModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_option.Attr_name attr) protected voidMatcher.action(Element_option.Attr_name attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_option.Attr_name attr) voidVisitor.visit(Element_option.Attr_name attr_name) Can be overridden by the user.