Uses of Class
eu.bandm.tools.option.absy.Element_optionlist
Packages that use Element_optionlist
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_optionlist in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_optionlistModifier and TypeMethodDescriptionvoidCompiler.compile(Element_optionlist data0, String packagename0, String classname_model, @Opt String classname_gui, String destdir, Format genComment, GeneratedAnnotation generatedAnnotation, String inputfilename, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msgr) Create source text for a model, and for a gui, if required.protected StringCompiler.find_printout_title(Element_optionlist olist, String lang) Looks in the header of the option list for the title text of the usage() output.protected voidCompiler.make_usage(Element_optionlist olist) CallVisitor.visit(Element_optionlist)for all languages appearing at least once in the collection of descriptions.voidCompiler.Phase_gui.translate(Element_optionlist olist) Main entry point, generates the gui representatives and adds them to theCompiler.guiclass.voidCompiler.Phase_parser.translate(Element_optionlist olist) Entry method, reset registers and descend.voidCompiler.Phase1.visit(Element_optionlist element) Entry point; initialize the global data to collect and on return compiles some of it into generated source. -
Uses of Element_optionlist in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_optionlistModifier and TypeMethodDescriptionfinal Element_optionlistElement_optionlist.checkRequiredAttrs()(package private) static Element_optionlistElement_optionlist.decode(DecodingInputStream in, Extension ext) Document_optionlist.getDocumentElement()Return the top level element.(package private) static Element_optionlistElement_optionlist.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_optionlistElement_optionlist.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionlistElement_optionlist.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionlistElement_optionlist.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionlist[]Element_optionlist.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionlist[]Element_optionlist.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionlistElement_optionlist.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionlistElement_optionlist.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_optionlist[]Element_optionlist.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_optionlist[]Element_optionlist.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_optionlistModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_optionlist, Extension, TdomAttributeException> Element_optionlist.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_optionlist, Element, Extension, TdomAttributeException> Element_optionlist.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_optionlistModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_optionlist element) protected voidMatcher.action(Element_optionlist element) DTD.createDocument_optionlist(Element_optionlist root) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_optionlist element) voidDumper.visit(Element_optionlist element) voidVisitor.visit(Element_optionlist element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_optionlist element) (Superclass implementation descends into<!ELEMENT optionlist (printout_title?, (enumeration | option | comment)*) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_optionlistModifierConstructorDescriptionCreate a document in a bottom-up fashion from its toplevel element.