Uses of Class
eu.bandm.tools.option.absy.Element_enumitem.Attr_value
Packages that use Element_enumitem.Attr_value
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_enumitem.Attr_value in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_enumitem.Attr_valueModifier and TypeFieldDescriptionstatic final Element_enumitem.Attr_valueElement_enumitem.Attr_value.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_enumitem.Attr_valueModifier and TypeMethodDescriptionstatic Element_enumitem.Attr_valueCreate a new instance, its value picked from the W3C DOM instance.static Element_enumitem.Attr_valueElement_enumitem.Attr_value.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_enumitem.getAttr_value()Meaning: Text as which this item appears to the user, on the command line, in a GUI, etc.Element_enumitem.readAttr_value()Meaning: Text as which this item appears to the user, on the command line, in a GUI, etc.Methods in eu.bandm.tools.option.absy with parameters of type Element_enumitem.Attr_valueModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_enumitem.Attr_value attr) protected voidMatcher.action(Element_enumitem.Attr_value attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_enumitem.Attr_value attr) voidVisitor.visit(Element_enumitem.Attr_value attr_value) Can be overridden by the user.