Uses of Class
eu.bandm.tools.option.absy.Element_optionlist.Choice_1
Packages that use Element_optionlist.Choice_1
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing,
GUI input, generation of documentation, etc.
-
Uses of Element_optionlist.Choice_1 in eu.bandm.tools.option.absy
Subclasses of Element_optionlist.Choice_1 in eu.bandm.tools.option.absyModifier and TypeClassDescriptionstatic classRealizes te content modelenumerationwhich is the 1st alternative in the enclosing choice, realized byElement_optionlist.Choice_1.static classRealizes te content modeloptionwhich is the 2nd alternative in the enclosing choice, realized byElement_optionlist.Choice_1.static classRealizes te content modelcommentwhich is the 3rd alternative in the enclosing choice, realized byElement_optionlist.Choice_1.Methods in eu.bandm.tools.option.absy that return Element_optionlist.Choice_1Modifier and TypeMethodDescriptionstatic Element_optionlist.Choice_1Element_optionlist.Choice_1.alt(Element_comment elem_1_comment) Wrap the content sequence into an instance of the corresponding subtype.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.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.Element_optionlist.getChoice_1(int index) Element_optionlist.getChoices_1()static Element_optionlist.Choice_1Element_optionlist.Choice_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_optionlist.setChoice_1(int index, Element_optionlist.Choice_1 newChoice_1) Element_optionlist.setChoices_1(Element_optionlist.Choice_1... newChoices_1) Methods in eu.bandm.tools.option.absy with parameters of type Element_optionlist.Choice_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_optionlist.Choice_1 choice) protected voidMatcher.action(Element_optionlist.Choice_1 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_optionlist.Choice_1 choice) voidElement_optionlist.set(Element_printout_title elem_1_printout_title, Element_optionlist.Choice_1... choices_1) Set all contents fields to a new value, after checking.Element_optionlist.setChoice_1(int index, Element_optionlist.Choice_1 newChoice_1) Element_optionlist.setChoices_1(Element_optionlist.Choice_1... newChoices_1) voidVisitor.visit(Element_optionlist.Choice_1 choice) Can be overridden by the user.Constructors in eu.bandm.tools.option.absy with parameters of type Element_optionlist.Choice_1ModifierConstructorDescriptionElement_optionlist(Element_printout_title elem_1_printout_title, Element_optionlist.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.