Uses of Class
eu.bandm.tools.option.absy.Element_testgreater.Choice_1_Alt_1
Packages that use Element_testgreater.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_testgreater.Choice_1_Alt_1 in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_testgreater.Choice_1_Alt_1Modifier and TypeMethodDescription(package private) static Element_testgreater.Choice_1_Alt_1Element_testgreater.Choice_1_Alt_1.decode(DecodingInputStream in, Extension ext) (package private) static Element_testgreater.Choice_1_Alt_1Element_testgreater.Choice_1_Alt_1.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) Element_testgreater.Choice_1_Alt_1.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_testgreater.Choice_1_Alt_1Element_testgreater.Choice_1_Alt_1.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_testgreater.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.Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_testgreater.Choice_1_Alt_1Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_testgreater.Choice_1_Alt_1, Extension, TdomAttributeException> Element_testgreater.Choice_1_Alt_1.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_testgreater.Choice_1_Alt_1, Element, Extension, TdomAttributeException> Element_testgreater.Choice_1_Alt_1.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_testgreater.Choice_1_Alt_1Modifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_testgreater.Choice_1_Alt_1 alt) protected voidMatcher.action(Element_testgreater.Choice_1_Alt_1 alt) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_testgreater.Choice_1_Alt_1 alt) voidVisitor.visit(Element_testgreater.Choice_1_Alt_1 alt) Can be overridden by the user.