Uses of Class
eu.bandm.tools.option.absy.Element_rep.Choice_1_Alt_5
Packages that use Element_rep.Choice_1_Alt_5
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_Alt_5 in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_rep.Choice_1_Alt_5Modifier and TypeMethodDescription(package private) static Element_rep.Choice_1_Alt_5Element_rep.Choice_1_Alt_5.decode(DecodingInputStream in, Extension ext) (package private) static Element_rep.Choice_1_Alt_5Element_rep.Choice_1_Alt_5.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_rep.Choice_1_Alt_5Element_rep.Choice_1_Alt_5.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep.Choice_1_Alt_5Element_rep.Choice_1_Alt_5.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_rep.Choice_1.toAlt_5()If the current contents corresponds to the 5th alternative of the underlying content model, then cast it accordingly, otherwise return null.Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_rep.Choice_1_Alt_5Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_rep.Choice_1_Alt_5, Extension, TdomAttributeException> Element_rep.Choice_1_Alt_5.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_rep.Choice_1_Alt_5, Element, Extension, TdomAttributeException> Element_rep.Choice_1_Alt_5.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_rep.Choice_1_Alt_5Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_rep.Choice_1_Alt_5 alt) protected voidMatcher.action(Element_rep.Choice_1_Alt_5 alt) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_rep.Choice_1_Alt_5 alt) voidVisitor.visit(Element_rep.Choice_1_Alt_5 alt) Can be overridden by the user.