Uses of Class
eu.bandm.tools.option.absy.Element_int.Attr_default
Packages that use Element_int.Attr_default
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_int.Attr_default in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_int.Attr_defaultModifier and TypeFieldDescriptionstatic final Element_int.Attr_default
Element_int.Attr_default.unspecified
Methods in eu.bandm.tools.option.absy that return Element_int.Attr_defaultModifier and TypeMethodDescriptionstatic Element_int.Attr_default
Create a new instance, its value picked from the W3C DOM instance.static Element_int.Attr_default
Element_int.Attr_default.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.final Element_int.Attr_default
Element_int.getAttr_default()
Meaning: Default value in case the option is missing completely.final Element_int.Attr_default
Element_int.readAttr_default()
Meaning: Default value in case the option is missing completely.Methods in eu.bandm.tools.option.absy with parameters of type Element_int.Attr_defaultModifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_int.Attr_default attr) protected void
Matcher.action
(Element_int.Attr_default attr) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_int.Attr_default attr) void
Visitor.visit
(Element_int.Attr_default attr_default) Can be overridden by the user.