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