Uses of Class
eu.bandm.tools.option.absy.Element_printout_title
Packages that use 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
Methods in eu.bandm.tools.option with parameters of type Element_printout_titleModifier and TypeMethodDescriptionvoidCompiler.Phase_enum.visit(Element_printout_title element) Do NOT descend! -
Uses of Element_printout_title in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_printout_titleModifier and TypeFieldDescription(package private) Element_printout_titleElement_optionlist.elem_1_printout_titleMethods in eu.bandm.tools.option.absy that return Element_printout_titleModifier and TypeMethodDescriptionfinal Element_printout_titleElement_printout_title.checkRequiredAttrs()(package private) static Element_printout_titleElement_printout_title.decode(DecodingInputStream in, Extension ext) Element_optionlist.getElem_1_printout_title()(package private) static Element_printout_titleElement_printout_title.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_printout_titleElement_printout_title.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_titleElement_printout_title.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_printout_titleElement_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_titleElement_printout_title.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_printout_titleElement_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) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_printout_titleModifier 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()Methods in eu.bandm.tools.option.absy with parameters of type Element_printout_titleModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_printout_title element) protected voidMatcher.action(Element_printout_title element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_printout_title element) voidElement_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) voidDumper.visit(Element_printout_title element) voidVisitor.visit(Element_printout_title element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_printout_title element) (Superclass implementation descends into<!ELEMENT printout_title (text+) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_printout_titleModifierConstructorDescriptionElement_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.