Uses of Class
eu.bandm.tools.option.absy.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
Modifier and TypeMethodDescriptionvoid
Compiler.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
Modifier and TypeFieldDescription(package private) Element_and
Element_and.Choice_1_Alt_2.elem_1_and
(package private) Element_and
Element_condition.Choice_1_Alt_2.elem_1_and
(package private) Element_and
Element_not.Choice_1_Alt_2.elem_1_and
(package private) Element_and
Element_or.Choice_1_Alt_2.elem_1_and
Modifier and TypeMethodDescriptionfinal Element_and
Element_and.checkRequiredAttrs()
(package private) static Element_and
Element_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_and
Element_and.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_and
Element_and.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_and
Element_and.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_and
Element_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_and
Element_and.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_and
Element_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) Modifier 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()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_and element) protected void
Matcher.action
(Element_and element) static Element_and.Choice_1
Element_and.Choice_1.alt
(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_condition.Choice_1
Element_condition.Choice_1.alt
(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_not.Choice_1
Element_not.Choice_1.alt
(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1
Element_or.Choice_1.alt
(Element_and elem_1_and) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_and element) void
Element_and.Choice_1_Alt_2.set
(Element_and elem_1_and) void
Element_condition.Choice_1_Alt_2.set
(Element_and elem_1_and) void
Element_not.Choice_1_Alt_2.set
(Element_and elem_1_and) void
Element_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) void
Dumper.visit
(Element_and element) void
Visitor.visit
(Element_and element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_and element) (Superclass implementation descends into<!ELEMENT and ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.)ModifierConstructorDescriptionChoice_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)