Uses of Class
eu.bandm.tools.option.absy.Element_option.Attr_required
Packages that use Element_option.Attr_required
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_option.Attr_required in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_option.Attr_requiredModifier and TypeFieldDescriptionstatic final Element_option.Attr_requiredElement_option.Attr_required.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_option.Attr_requiredModifier and TypeMethodDescriptionstatic Element_option.Attr_requiredCreate a new instance, its value picked from the W3C DOM instance.static Element_option.Attr_requiredElement_option.Attr_required.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_option.getAttr_required()Meaning: Says whether this option must be present on the command line.Element_option.readAttr_required()Meaning: Says whether this option must be present on the command line.Methods in eu.bandm.tools.option.absy with parameters of type Element_option.Attr_requiredModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_option.Attr_required attr) protected voidMatcher.action(Element_option.Attr_required attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_option.Attr_required attr) voidVisitor.visit(Element_option.Attr_required attr_required) Can be overridden by the user.