Uses of Class
eu.bandm.tools.option.absy.Element_rep.Attr_kind
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_rep.Attr_kind in eu.bandm.tools.option.absy
Modifier and TypeFieldDescriptionstatic final Element_rep.Attr_kind
Element_rep.Attr_kind.unspecified
Modifier and TypeMethodDescriptionstatic Element_rep.Attr_kind
Create a new instance, its value picked from the W3C DOM instance.static Element_rep.Attr_kind
Element_rep.Attr_kind.from
(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.final Element_rep.Attr_kind
Element_rep.getAttr_kind()
Meaning: Whether the empty sequence is a valid input ("star", not "plus").final Element_rep.Attr_kind
Element_rep.readAttr_kind()
Meaning: Whether the empty sequence is a valid input ("star", not "plus").Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_rep.Attr_kind attr) protected void
Matcher.action
(Element_rep.Attr_kind attr) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_rep.Attr_kind attr) void
Visitor.visit
(Element_rep.Attr_kind attr_kind) Can be overridden by the user.