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
Methods in eu.bandm.tools.option.absy that return Element_enumerationModifier and TypeMethodDescriptionfinal Element_enumerationElement_enumeration.checkRequiredAttrs()Element_optionlist.Choice_1_Alt_1.getElem_1_enumeration()static Element_enumerationElement_enumeration.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_optionlist.Choice_1_Alt_1.setElem_1_enumeration(Element_enumeration newElem_1_enumeration) 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