Uses of Class
eu.bandm.tools.option.absy.Element_printout_title
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_printout_title in eu.bandm.tools.option
Modifier and TypeMethodDescriptionvoid
Compiler.Phase_enum.visit
(Element_printout_title element) Do NOT descend! -
Uses of Element_printout_title in eu.bandm.tools.option.absy
Modifier and TypeFieldDescription(package private) Element_printout_title
Element_optionlist.elem_1_printout_title
Modifier and TypeMethodDescriptionfinal Element_printout_title
Element_printout_title.checkRequiredAttrs()
(package private) static Element_printout_title
Element_printout_title.decode
(DecodingInputStream in, Extension ext) Element_optionlist.getElem_1_printout_title()
(package private) static Element_printout_title
Element_printout_title.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_printout_title
Element_printout_title.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_title
Element_printout_title.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_title
Element_printout_title.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_title[]
Element_printout_title.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_title[]
Element_printout_title.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_title
Element_printout_title.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_printout_title
Element_printout_title.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_printout_title[]
Element_printout_title.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_printout_title[]
Element_printout_title.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_optionlist.setElem_1_printout_title
(@Opt Element_printout_title newElem_1_printout_title) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_printout_title,
Extension, TdomAttributeException> Element_printout_title.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_printout_title,
Element, Extension, TdomAttributeException> Element_printout_title.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_printout_title element) protected void
Matcher.action
(Element_printout_title element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_printout_title element) void
Element_optionlist.set
(Element_printout_title elem_1_printout_title, Element_optionlist.Choice_1... choices_1) Set all contents fields to a new value, after checking.Element_optionlist.setElem_1_printout_title
(@Opt Element_printout_title newElem_1_printout_title) void
Dumper.visit
(Element_printout_title element) void
Visitor.visit
(Element_printout_title element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_printout_title element) (Superclass implementation descends into<!ELEMENT printout_title (text+) >
.)ModifierConstructorDescriptionElement_optionlist
(Element_printout_title elem_1_printout_title, Element_optionlist.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.