Uses of Class
eu.bandm.tools.option.absy.Element_enumeration
Package
Description
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_enumeration in eu.bandm.tools.option
Modifier and TypeMethodDescriptionvoid
Compiler.Phase_enum.visit
(Element_enumeration element) Analyse the visited enumeration and descend into its sub-elements.void
Compiler.Phase_usage_enumerations.visit
(Element_enumeration element) Appends the usage() text of this enumeration definition to the global buffer by callingvoid
Compiler.Phase_usage_options.visit
(Element_enumeration element) Do nothing and DO NOT descend!void
Compiler.Phase1.visit
(Element_enumeration element) Do nothing and DO NOT descend. -
Uses of Element_enumeration in eu.bandm.tools.option.absy
Modifier and TypeFieldDescription(package private) Element_enumeration
Element_optionlist.Choice_1_Alt_1.elem_1_enumeration
Modifier and TypeMethodDescriptionfinal Element_enumeration
Element_enumeration.checkRequiredAttrs()
(package private) static Element_enumeration
Element_enumeration.decode
(DecodingInputStream in, Extension ext) Element_optionlist.Choice_1_Alt_1.getElem_1_enumeration()
(package private) static Element_enumeration
Element_enumeration.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_enumeration
Element_enumeration.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration
Element_enumeration.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration
Element_enumeration.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration[]
Element_enumeration.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration[]
Element_enumeration.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration
Element_enumeration.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumeration
Element_enumeration.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_enumeration[]
Element_enumeration.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_enumeration[]
Element_enumeration.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration
(Element_enumeration newElem_1_enumeration) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_enumeration,
Extension, TdomAttributeException> Element_enumeration.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_enumeration,
Element, Extension, TdomAttributeException> Element_enumeration.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_enumeration element) protected void
Matcher.action
(Element_enumeration element) static Element_optionlist.Choice_1
Element_optionlist.Choice_1.alt
(Element_enumeration elem_1_enumeration) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_enumeration element) void
Element_optionlist.Choice_1_Alt_1.set
(Element_enumeration elem_1_enumeration) Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration
(Element_enumeration newElem_1_enumeration) void
Dumper.visit
(Element_enumeration element) void
Visitor.visit
(Element_enumeration element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_enumeration element) (Superclass implementation descends into<!ELEMENT enumeration (desc?, enumitem+) >
.)