Uses of Class
eu.bandm.tools.option.absy.Element_enumeration.Attr_name
Packages that use Element_enumeration.Attr_name
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_enumeration.Attr_name in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_enumeration.Attr_nameModifier and TypeFieldDescriptionstatic final Element_enumeration.Attr_name
Element_enumeration.Attr_name.unspecified
Methods in eu.bandm.tools.option.absy that return Element_enumeration.Attr_nameModifier and TypeMethodDescriptionCreate a new instance, its value picked from the W3C DOM instance.Element_enumeration.Attr_name.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.Element_enumeration.getAttr_name()
Meaning: Used to refer to this enumeration when defining the type of option parameters.Element_enumeration.readAttr_name()
Meaning: Used to refer to this enumeration when defining the type of option parameters.Methods in eu.bandm.tools.option.absy with parameters of type Element_enumeration.Attr_nameModifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_enumeration.Attr_name attr) protected void
Matcher.action
(Element_enumeration.Attr_name attr) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_enumeration.Attr_name attr) void
Visitor.visit
(Element_enumeration.Attr_name attr_name) Can be overridden by the user.