Uses of Class
eu.bandm.tools.option.absy.Element_rep.Choice_1
Packages that use Element_rep.Choice_1
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_rep.Choice_1 in eu.bandm.tools.option.absy
Subclasses of Element_rep.Choice_1 in eu.bandm.tools.option.absyModifier and TypeClassDescriptionstatic classRealizes te content modelintwhich is the 1st alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelfloatwhich is the 2nd alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelratwhich is the 3rd alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelboolwhich is the 4th alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelstringwhich is the 5th alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modeluriwhich is the 6th alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelenumwhich is the 7th alternative in the enclosing choice, realized byElement_rep.Choice_1.static classRealizes te content modelenumsetwhich is the 8th alternative in the enclosing choice, realized byElement_rep.Choice_1.Fields in eu.bandm.tools.option.absy declared as Element_rep.Choice_1Methods in eu.bandm.tools.option.absy that return Element_rep.Choice_1Modifier and TypeMethodDescriptionstatic Element_rep.Choice_1Element_rep.Choice_1.alt(Element_bool elem_1_bool) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_enum elem_1_enum) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_enumset elem_1_enumset) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_float elem_1_float) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_int elem_1_int) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_rat elem_1_rat) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_string elem_1_string) Wrap the content sequence into an instance of the corresponding subtype.static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_uri elem_1_uri) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_rep.Choice_1Element_rep.Choice_1.decode(DecodingInputStream in, Extension ext) Element_rep.getChoice_1(int index) Element_rep.getChoices_1()(package private) static Element_rep.Choice_1Element_rep.Choice_1.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_rep.Choice_1Element_rep.Choice_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep.Choice_1Element_rep.Choice_1.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep.Choice_1[]Element_rep.Choice_1.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep.Choice_1[]Element_rep.Choice_1.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep.Choice_1Element_rep.Choice_1.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rep.Choice_1Element_rep.Choice_1.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_rep.Choice_1[]Element_rep.Choice_1.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_rep.Choice_1[]Element_rep.Choice_1.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_rep.setChoice_1(int index, Element_rep.Choice_1 newChoice_1) Element_rep.setChoices_1(Element_rep.Choice_1... newChoices_1) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_rep.Choice_1Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_rep.Choice_1, Extension, TdomAttributeException> Element_rep.Choice_1.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_rep.Choice_1, Element, Extension, TdomAttributeException> Element_rep.Choice_1.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_rep.Choice_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_rep.Choice_1 choice) protected voidMatcher.action(Element_rep.Choice_1 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_rep.Choice_1 choice) voidElement_rep.set(Element_rep.Choice_1[] choices_1, Element_defaults elem_1_defaults) Set all contents fields to a new value, after checking.Element_rep.setChoice_1(int index, Element_rep.Choice_1 newChoice_1) Element_rep.setChoices_1(Element_rep.Choice_1... newChoices_1) voidVisitor.visit(Element_rep.Choice_1 choice) Can be overridden by the user.Constructors in eu.bandm.tools.option.absy with parameters of type Element_rep.Choice_1ModifierConstructorDescriptionElement_rep(Element_rep.Choice_1[] choices_1, Element_defaults elem_1_defaults) Statically typed w.r.t. the contents, as far as possible.Element_rep(TypedAttribute.SafeValues flag, Element_rep.Choice_1[] choices_1, Element_defaults elem_1_defaults)