Uses of Class
eu.bandm.tools.option.absy.Element_or.Choice_1
Packages that use Element_or.Choice_1
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing,
GUI input, generation of documentation, etc.
-
Uses of Element_or.Choice_1 in eu.bandm.tools.option.absy
Subclasses of Element_or.Choice_1 in eu.bandm.tools.option.absyModifier and TypeClassDescriptionstatic classRealizes te content model(testequal | testgreater | optarg | enumSetContains)which is the 1st alternative in the enclosing choice, realized byElement_or.Choice_1.static classRealizes te content modelandwhich is the 2nd alternative in the enclosing choice, realized byElement_or.Choice_1.static classRealizes te content modelorwhich is the 3rd alternative in the enclosing choice, realized byElement_or.Choice_1.static classRealizes te content modelnotwhich is the 4th alternative in the enclosing choice, realized byElement_or.Choice_1.Methods in eu.bandm.tools.option.absy that return Element_or.Choice_1Modifier and TypeMethodDescriptionstatic Element_or.Choice_1Element_or.Choice_1.alt(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1Element_or.Choice_1.alt(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1Element_or.Choice_1.alt(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1Element_or.Choice_1.alt(Element_or.Choice_1_Alt_1_Choice_1 choice_1) Wrap the content sequence into an instance of the corresponding subtype.Element_or.getChoice_1(int index) Element_or.getChoices_1()static Element_or.Choice_1Element_or.Choice_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_or.setChoice_1(int index, Element_or.Choice_1 newChoice_1) Element_or.setChoices_1(Element_or.Choice_1... newChoices_1) Methods in eu.bandm.tools.option.absy with parameters of type Element_or.Choice_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_or.Choice_1 choice) protected voidMatcher.action(Element_or.Choice_1 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_or.Choice_1 choice) voidElement_or.set(Element_or.Choice_1... choices_1) Set all contents fields to a new value, after checking.Element_or.setChoice_1(int index, Element_or.Choice_1 newChoice_1) Element_or.setChoices_1(Element_or.Choice_1... newChoices_1) voidVisitor.visit(Element_or.Choice_1 choice) Can be overridden by the user.Constructors in eu.bandm.tools.option.absy with parameters of type Element_or.Choice_1ModifierConstructorDescriptionElement_or(Element_or.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.