Uses of Class
eu.bandm.tools.option.absy.Element_comment
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_comment in eu.bandm.tools.option
Modifier and TypeFieldDescriptionprotected Map<Element_comment,
String> Compiler.comment_name
All comments (=separator lines) are collected in a first visit and used in subsequent GUI generation.Modifier and TypeMethodDescriptionvoid
Compiler.Phase_enum.visit
(Element_comment element) Do NOT descend!void
Compiler.Phase_gui.visit
(Element_comment element) Generate the GUI label for a separating comment.void
Compiler.Phase_usage_enumerations.visit
(Element_comment element) Do nothing and DO NOT descend!void
Compiler.Phase_usage_options.visit
(Element_comment element) put the best fitting language version into the usage() output, as an optical and semantical separator.void
Compiler.Phase1.visit
(Element_comment element) Here only the text translations are collected and stored under a dedicated key, which all are entered inCompiler.descriptions
. -
Uses of Element_comment in eu.bandm.tools.option.absy
Modifier and TypeFieldDescription(package private) Element_comment
Element_optionlist.Choice_1_Alt_3.elem_1_comment
Modifier and TypeMethodDescriptionfinal Element_comment
Element_comment.checkRequiredAttrs()
(package private) static Element_comment
Element_comment.decode
(DecodingInputStream in, Extension ext) Element_optionlist.Choice_1_Alt_3.getElem_1_comment()
(package private) static Element_comment
Element_comment.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_comment
Element_comment.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_comment
Element_comment.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_comment
Element_comment.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_comment[]
Element_comment.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_comment[]
Element_comment.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_comment
Element_comment.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_comment
Element_comment.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_comment[]
Element_comment.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_comment[]
Element_comment.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_optionlist.Choice_1_Alt_3.setElem_1_comment
(Element_comment newElem_1_comment) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_comment,
Extension, TdomAttributeException> Element_comment.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_comment,
Element, Extension, TdomAttributeException> Element_comment.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_comment element) protected void
Matcher.action
(Element_comment element) static Element_optionlist.Choice_1
Element_optionlist.Choice_1.alt
(Element_comment elem_1_comment) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_comment element) void
Element_optionlist.Choice_1_Alt_3.set
(Element_comment elem_1_comment) Element_optionlist.Choice_1_Alt_3.setElem_1_comment
(Element_comment newElem_1_comment) void
Dumper.visit
(Element_comment element) void
Visitor.visit
(Element_comment element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_comment element) (Superclass implementation descends into<!ELEMENT comment (text+) >
.)