Uses of Class
eu.bandm.tools.option.absy.Element_comment
Packages that use 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
Fields in eu.bandm.tools.option with type parameters of type Element_commentModifier and TypeFieldDescriptionprotected Map<Element_comment, String> Compiler.comment_nameAll comments (=separator lines) are collected in a first visit and used in subsequent GUI generation.Methods in eu.bandm.tools.option with parameters of type Element_commentModifier and TypeMethodDescriptionvoidCompiler.Phase_enum.visit(Element_comment element) Do NOT descend!voidCompiler.Phase_gui.visit(Element_comment element) Generate the GUI label for a separating comment.voidCompiler.Phase_usage_enumerations.visit(Element_comment element) Do nothing and DO NOT descend!voidCompiler.Phase_usage_options.visit(Element_comment element) put the best fitting language version into the usage() output, as an optical and semantical separator.voidCompiler.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
Fields in eu.bandm.tools.option.absy declared as Element_commentModifier and TypeFieldDescription(package private) Element_commentElement_optionlist.Choice_1_Alt_3.elem_1_commentMethods in eu.bandm.tools.option.absy that return Element_commentModifier and TypeMethodDescriptionfinal Element_commentElement_comment.checkRequiredAttrs()(package private) static Element_commentElement_comment.decode(DecodingInputStream in, Extension ext) Element_optionlist.Choice_1_Alt_3.getElem_1_comment()(package private) static Element_commentElement_comment.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_commentElement_comment.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_commentElement_comment.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_commentElement_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_commentElement_comment.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_commentElement_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) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_commentModifier 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()Methods in eu.bandm.tools.option.absy with parameters of type Element_commentModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_comment element) protected voidMatcher.action(Element_comment element) static Element_optionlist.Choice_1Element_optionlist.Choice_1.alt(Element_comment elem_1_comment) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_comment element) voidElement_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) voidDumper.visit(Element_comment element) voidVisitor.visit(Element_comment element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_comment element) (Superclass implementation descends into<!ELEMENT comment (text+) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_comment