Uses of Class
eu.bandm.tools.option.absy.Element_enumeration
Packages that use Element_enumeration
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_enumeration in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_enumerationModifier and TypeMethodDescriptionvoidCompiler.Phase_enum.visit(Element_enumeration element) Analyse the visited enumeration and descend into its sub-elements.voidCompiler.Phase_usage_enumerations.visit(Element_enumeration element) Appends the usage() text of this enumeration definition to the global buffer by callingCompiler.Phase_usage.deliver(String)voidCompiler.Phase_usage_options.visit(Element_enumeration element) Do nothing and DO NOT descend!voidCompiler.Phase1.visit(Element_enumeration element) Do nothing and DO NOT descend. -
Uses of Element_enumeration in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_enumerationModifier and TypeFieldDescription(package private) Element_enumerationElement_optionlist.Choice_1_Alt_1.elem_1_enumerationMethods in eu.bandm.tools.option.absy that return Element_enumerationModifier and TypeMethodDescriptionfinal Element_enumerationElement_enumeration.checkRequiredAttrs()(package private) static Element_enumerationElement_enumeration.decode(DecodingInputStream in, Extension ext) Element_optionlist.Choice_1_Alt_1.getElem_1_enumeration()(package private) static Element_enumerationElement_enumeration.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_enumerationElement_enumeration.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumerationElement_enumeration.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumerationElement_enumeration.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration[]Element_enumeration.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumeration[]Element_enumeration.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_enumerationElement_enumeration.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_enumerationElement_enumeration.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_enumeration[]Element_enumeration.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_enumeration[]Element_enumeration.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration(Element_enumeration newElem_1_enumeration) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_enumerationModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_enumeration, Extension, TdomAttributeException> Element_enumeration.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_enumeration, Element, Extension, TdomAttributeException> Element_enumeration.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_enumerationModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_enumeration element) protected voidMatcher.action(Element_enumeration element) static Element_optionlist.Choice_1Element_optionlist.Choice_1.alt(Element_enumeration elem_1_enumeration) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_enumeration element) voidElement_optionlist.Choice_1_Alt_1.set(Element_enumeration elem_1_enumeration) Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration(Element_enumeration newElem_1_enumeration) voidDumper.visit(Element_enumeration element) voidVisitor.visit(Element_enumeration element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_enumeration element) (Superclass implementation descends into<!ELEMENT enumeration (desc?, enumitem+) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_enumeration