Uses of Class
eu.bandm.tools.option.absy.Element_rep.Attr_kind
Packages that use 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
Fields in eu.bandm.tools.option.absy declared as Element_rep.Attr_kindModifier and TypeFieldDescriptionstatic final Element_rep.Attr_kindElement_rep.Attr_kind.unspecifiedMethods in eu.bandm.tools.option.absy that return Element_rep.Attr_kindModifier and TypeMethodDescriptionstatic Element_rep.Attr_kindCreate a new instance, its value picked from the W3C DOM instance.static Element_rep.Attr_kindElement_rep.Attr_kind.from(Attributes attrs) Create a new instance, its value picked from the SAX attribute container.final Element_rep.Attr_kindElement_rep.getAttr_kind()Meaning: Whether the empty sequence is a valid input ("star", not "plus").final Element_rep.Attr_kindElement_rep.readAttr_kind()Meaning: Whether the empty sequence is a valid input ("star", not "plus").Methods in eu.bandm.tools.option.absy with parameters of type Element_rep.Attr_kindModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_rep.Attr_kind attr) protected voidMatcher.action(Element_rep.Attr_kind attr) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_rep.Attr_kind attr) voidVisitor.visit(Element_rep.Attr_kind attr_kind) Can be overridden by the user.