Uses of Class
eu.bandm.tools.option.absy.Element_testequal.Choice_2
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_testequal.Choice_2 in eu.bandm.tools.option.absy
Modifier and TypeClassDescriptionstatic class
Realizes te content model
constant,
which is the 1st alternative in the enclosing choice, realized byElement_testequal.Choice_2
.static class
Realizes te content model
optarg,
which is the 2nd alternative in the enclosing choice, realized byElement_testequal.Choice_2
.Modifier and TypeFieldDescription(package private) Element_testequal.Choice_2
Element_testequal.choice_2
Modifier and TypeMethodDescriptionstatic Element_testequal.Choice_2
Element_testequal.Choice_2.alt
(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testequal.Choice_2
Element_testequal.Choice_2.alt
(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.(package private) static Element_testequal.Choice_2
Element_testequal.Choice_2.decode
(DecodingInputStream in, Extension ext) Element_testequal.getChoice_2()
(package private) static Element_testequal.Choice_2
Element_testequal.Choice_2.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_testequal.Choice_2
Element_testequal.Choice_2.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_testequal.Choice_2
Element_testequal.Choice_2.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_testequal.Choice_2[]
Element_testequal.Choice_2.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_testequal.Choice_2[]
Element_testequal.Choice_2.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_testequal.Choice_2
Element_testequal.Choice_2.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_testequal.Choice_2
Element_testequal.Choice_2.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_testequal.Choice_2[]
Element_testequal.Choice_2.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_testequal.Choice_2[]
Element_testequal.Choice_2.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_testequal.setChoice_2
(Element_testequal.Choice_2 newChoice_2) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_testequal.Choice_2,
Extension, TdomAttributeException> Element_testequal.Choice_2.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_testequal.Choice_2,
Element, Extension, TdomAttributeException> Element_testequal.Choice_2.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_testequal.Choice_2 choice) protected void
Matcher.action
(Element_testequal.Choice_2 choice) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_testequal.Choice_2 choice) void
Element_testequal.set
(Element_testequal.Choice_1 choice_1, Element_testequal.Choice_2 choice_2) Set all contents fields to a new value, after checking.Element_testequal.setChoice_2
(Element_testequal.Choice_2 newChoice_2) void
Visitor.visit
(Element_testequal.Choice_2 choice) Can be overridden by the user.ModifierConstructorDescriptionElement_testequal
(Element_testequal.Choice_1 choice_1, Element_testequal.Choice_2 choice_2) Statically typed w.r.t. the contents, as far as possible.