Uses of Class
eu.bandm.tools.option.absy.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
Modifier and TypeClassDescriptionstatic class
Realizes te content model
(testequal | testgreater | optarg | enumSetContains) ,
which is the 1st alternative in the enclosing choice, realized byElement_or.Choice_1
.static class
Realizes te content model
and,
which is the 2nd alternative in the enclosing choice, realized byElement_or.Choice_1
.static class
Realizes te content model
or ,
which is the 3rd alternative in the enclosing choice, realized byElement_or.Choice_1
.static class
Realizes te content model
not,
which is the 4th alternative in the enclosing choice, realized byElement_or.Choice_1
.Modifier and TypeMethodDescriptionstatic Element_or.Choice_1
Element_or.Choice_1.alt
(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1
Element_or.Choice_1.alt
(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1
Element_or.Choice_1.alt
(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1
Element_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.(package private) static Element_or.Choice_1
Element_or.Choice_1.decode
(DecodingInputStream in, Extension ext) Element_or.getChoice_1
(int index) Element_or.getChoices_1()
(package private) static Element_or.Choice_1
Element_or.Choice_1.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_or.Choice_1
Element_or.Choice_1.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or.Choice_1
Element_or.Choice_1.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or.Choice_1[]
Element_or.Choice_1.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or.Choice_1[]
Element_or.Choice_1.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or.Choice_1
Element_or.Choice_1.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or.Choice_1
Element_or.Choice_1.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_or.Choice_1[]
Element_or.Choice_1.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_or.Choice_1[]
Element_or.Choice_1.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_or.setChoice_1
(int index, Element_or.Choice_1 newChoice_1) Element_or.setChoices_1
(Element_or.Choice_1... newChoices_1) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_or.Choice_1,
Extension, TdomAttributeException> Element_or.Choice_1.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_or.Choice_1,
Element, Extension, TdomAttributeException> Element_or.Choice_1.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_or.Choice_1 choice) protected void
Matcher.action
(Element_or.Choice_1 choice) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_or.Choice_1 choice) void
Element_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) void
Visitor.visit
(Element_or.Choice_1 choice) Can be overridden by the user.ModifierConstructorDescriptionElement_or
(Element_or.Choice_1... choices_1) Statically typed w.r.t. the contents, as far as possible.