Uses of Class
eu.bandm.tools.option.absy.Element_and
Packages that use Element_and
Package
Description
Command line parser and graphical user input generated from
one abstract description of programming options, incl data types
and multi-lingual descriptions.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_and in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_andModifier and TypeMethodDescriptionvoidCompiler.Phase1.visit(Element_and el) Stores Java source and user documentation for the "and" combinator in an enabling condition. -
Uses of Element_and in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_andModifier and TypeFieldDescription(package private) Element_andElement_and.Choice_1_Alt_2.elem_1_and(package private) Element_andElement_condition.Choice_1_Alt_2.elem_1_and(package private) Element_andElement_not.Choice_1_Alt_2.elem_1_and(package private) Element_andElement_or.Choice_1_Alt_2.elem_1_andMethods in eu.bandm.tools.option.absy that return Element_andModifier and TypeMethodDescriptionfinal Element_andElement_and.checkRequiredAttrs()(package private) static Element_andElement_and.decode(DecodingInputStream in, Extension ext) Element_and.Choice_1_Alt_2.getElem_1_and()Element_condition.Choice_1_Alt_2.getElem_1_and()Element_not.Choice_1_Alt_2.getElem_1_and()Element_or.Choice_1_Alt_2.getElem_1_and()(package private) static Element_andElement_and.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_andElement_and.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_andElement_and.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_andElement_and.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_and[]Element_and.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_and[]Element_and.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_andElement_and.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_andElement_and.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_and[]Element_and.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_and[]Element_and.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_and.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_condition.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_not.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_or.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_andModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_and, Extension, TdomAttributeException> Element_and.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_and, Element, Extension, TdomAttributeException> Element_and.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_andModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_and element) protected voidMatcher.action(Element_and element) static Element_and.Choice_1Element_and.Choice_1.alt(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_condition.Choice_1Element_condition.Choice_1.alt(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_not.Choice_1Element_not.Choice_1.alt(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1Element_or.Choice_1.alt(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_and element) voidElement_and.Choice_1_Alt_2.set(Element_and elem_1_and) voidElement_condition.Choice_1_Alt_2.set(Element_and elem_1_and) voidElement_not.Choice_1_Alt_2.set(Element_and elem_1_and) voidElement_or.Choice_1_Alt_2.set(Element_and elem_1_and) Element_and.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_condition.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_not.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) Element_or.Choice_1_Alt_2.setElem_1_and(Element_and newElem_1_and) voidDumper.visit(Element_and element) voidVisitor.visit(Element_and element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_and element) (Superclass implementation descends into<!ELEMENT and ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_andModifierConstructorDescriptionChoice_1_Alt_2(Element_and elem_1_and) Choice_1_Alt_2(Element_and elem_1_and) Choice_1_Alt_2(Element_and elem_1_and) Choice_1_Alt_2(Element_and elem_1_and)