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
Methods in eu.bandm.tools.option.absy that return Element_commentModifier and TypeMethodDescriptionfinal Element_commentElement_comment.checkRequiredAttrs()Element_optionlist.Choice_1_Alt_3.getElem_1_comment()static Element_commentElement_comment.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_optionlist.Choice_1_Alt_3.setElem_1_comment(Element_comment newElem_1_comment) 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