Uses of Class
eu.bandm.tools.option.absy.Element_option
Packages that use Element_option
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_option in eu.bandm.tools.option
Fields in eu.bandm.tools.option declared as Element_optionModifier and TypeFieldDescriptionprotected Element_optionCompiler.Phase.currentOptionElementThe currently visited Element_optionFields in eu.bandm.tools.option with type parameters of type Element_optionModifier and TypeFieldDescriptionprotected Map<String, Element_option> Compiler.Phase1.abbrev2elLists option definitions by their short naes.Compiler.desrcibes_argument_typesHuman readable documentation text describing the option.Compiler.element_conditionUsageprotected Map<String, Element_option> Compiler.Phase1.name2elLists option definitions by their long naes.protected Map<Element_option, GeneratedClass> Compiler.option2tailClassThe class generated to represent the repeting group of arguments.protected Map<Integer, Element_option> Compiler.Phase1.posLists option definitions iff their short name is a decimal digit.protected Map<Integer, Element_option> Compiler.positionalsAll options which are positional, sorted by their index (short name).Methods in eu.bandm.tools.option with parameters of type Element_optionModifier and TypeMethodDescriptionprotected booleanCompiler.argnumberRedundant(Element_option el) For recognizing an option with at most one argument.protected booleanCompiler.typeNotEmpty(Element_option el) For recognizing totally empty type (no types nor rep group).voidCompiler.Phase_enum.visit(Element_option element) Do NOT descend!voidCompiler.Phase_gui.visit(Element_option element) Generate all GUI elements and auxiliary methods for the visited option.voidCompiler.Phase_parser.visit(Element_option element) Create a parsing method for the option under visitation.voidCompiler.Phase_pre_enum.visit(Element_option el) voidCompiler.Phase_usage_enumerations.visit(Element_option element) Do nothing and DO NOT descend!voidCompiler.Phase_usage_options.visit(Element_option element) Appends the usage() text of this option to the global buffer by callingCompiler.Phase_usage.deliver(String)voidCompiler.Phase.visit(Element_option element) Set all local fields as representing this option, --- will be called from derived classes for field initialization.voidCompiler.Phase1.visit(Element_option element) See description of containing classCompiler.Phase1 -
Uses of Element_option in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_optionModifier and TypeFieldDescription(package private) Element_optionElement_optionlist.Choice_1_Alt_2.elem_1_optionMethods in eu.bandm.tools.option.absy that return Element_optionModifier and TypeMethodDescriptionfinal Element_optionElement_option.checkRequiredAttrs()(package private) static Element_optionElement_option.decode(DecodingInputStream in, Extension ext) Element_optionlist.Choice_1_Alt_2.getElem_1_option()(package private) static Element_optionElement_option.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_optionElement_option.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionElement_option.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionElement_option.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_option[]Element_option.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_option[]Element_option.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optionElement_option.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optionElement_option.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_option[]Element_option.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_option[]Element_option.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_optionlist.Choice_1_Alt_2.setElem_1_option(Element_option newElem_1_option) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_optionModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_option, Extension, TdomAttributeException> Element_option.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_option, Element, Extension, TdomAttributeException> Element_option.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_optionModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_option element) protected voidMatcher.action(Element_option element) static Element_optionlist.Choice_1Element_optionlist.Choice_1.alt(Element_option elem_1_option) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_option element) voidElement_optionlist.Choice_1_Alt_2.set(Element_option elem_1_option) Element_optionlist.Choice_1_Alt_2.setElem_1_option(Element_option newElem_1_option) voidDumper.visit(Element_option element) voidVisitor.visit(Element_option element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_option element) (Superclass implementation descends into<!ELEMENT option (noGui?, isMeta?, desc, type, condition?) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_option