Uses of Class
eu.bandm.tools.lablog.xml.Element_note.Choice_2
Packages that use Element_note.Choice_2
Package
Description
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
-
Uses of Element_note.Choice_2 in eu.bandm.tools.lablog.xml
Subclasses of Element_note.Choice_2 in eu.bandm.tools.lablog.xmlModifier and TypeClassDescriptionstatic classRealizes te content modela:pwhich is the 1st alternative in the enclosing choice, realized byElement_note.Choice_2.static classRealizes te content modela:SRCwhich is the 2nd alternative in the enclosing choice, realized byElement_note.Choice_2.Fields in eu.bandm.tools.lablog.xml declared as Element_note.Choice_2Modifier and TypeFieldDescription(package private) Element_note.Choice_2[]Element_note.choices_2Methods in eu.bandm.tools.lablog.xml that return Element_note.Choice_2Modifier and TypeMethodDescriptionstatic Element_note.Choice_2Element_note.Choice_2.alt(Element_a_p elem_1_a_p) Wrap the content sequence into an instance of the corresponding subtype.static Element_note.Choice_2Element_note.Choice_2.alt(Element_a_SRC elem_1_a_SRC) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_note.Choice_2Element_note.Choice_2.decode(DecodingInputStream in, Extension ext) Element_note.getChoice_2(int index) Element_note.getChoices_2()(package private) static Element_note.Choice_2Element_note.Choice_2.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_note.Choice_2Element_note.Choice_2.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_2Element_note.Choice_2.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_2[]Element_note.Choice_2.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_2[]Element_note.Choice_2.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_note.Choice_2Element_note.Choice_2.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_note.Choice_2Element_note.Choice_2.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note.Choice_2[]Element_note.Choice_2.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_note.Choice_2[]Element_note.Choice_2.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_note.setChoice_2(int index, Element_note.Choice_2 newChoice_2) Element_note.setChoices_2(Element_note.Choice_2... newChoices_2) Methods in eu.bandm.tools.lablog.xml that return types with arguments of type Element_note.Choice_2Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_note.Choice_2, Extension, TdomAttributeException> Element_note.Choice_2.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_note.Choice_2, Element, Extension, TdomAttributeException> Element_note.Choice_2.getParseClosure()Methods in eu.bandm.tools.lablog.xml with parameters of type Element_note.Choice_2Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_note.Choice_2 choice) protected voidMatcher.action(Element_note.Choice_2 choice) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_note.Choice_2 choice) voidElement_note.set(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Set all contents fields to a new value, after checking.Element_note.setChoice_2(int index, Element_note.Choice_2 newChoice_2) Element_note.setChoices_2(Element_note.Choice_2... newChoices_2) voidVisitor.visit(Element_note.Choice_2 choice) Can be overridden by the user.Constructors in eu.bandm.tools.lablog.xml with parameters of type Element_note.Choice_2ModifierConstructorDescriptionElement_note(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2) Statically typed w.r.t. the contents, as far as possible.