Uses of Class
eu.bandm.tools.option.absy.Element_not.Choice_1_Alt_1
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_not.Choice_1_Alt_1 in eu.bandm.tools.option.absy
Modifier and TypeMethodDescription(package private) static Element_not.Choice_1_Alt_1
Element_not.Choice_1_Alt_1.decode
(DecodingInputStream in, Extension ext) (package private) static Element_not.Choice_1_Alt_1
Element_not.Choice_1_Alt_1.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_not.Choice_1_Alt_1
Element_not.Choice_1_Alt_1.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_not.Choice_1_Alt_1
Element_not.Choice_1_Alt_1.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_not.Choice_1.toAlt_1()
If the current contents corresponds to the 1st alternative of the underlying content model, then cast it accordingly, otherwise return null.Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_not.Choice_1_Alt_1,
Extension, TdomAttributeException> Element_not.Choice_1_Alt_1.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_not.Choice_1_Alt_1,
Element, Extension, TdomAttributeException> Element_not.Choice_1_Alt_1.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_not.Choice_1_Alt_1 alt) protected void
Matcher.action
(Element_not.Choice_1_Alt_1 alt) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_not.Choice_1_Alt_1 alt) void
Visitor.visit
(Element_not.Choice_1_Alt_1 alt) Can be overridden by the user.