Uses of Class
eu.bandm.tools.option.absy.Element_or
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_or in eu.bandm.tools.option
Modifier and TypeMethodDescriptionvoid
Compiler.Phase1.visit
(Element_or el) Stores Java source and user documentation for the "or" combinator in an enabling condition. -
Uses of Element_or in eu.bandm.tools.option.absy
Modifier and TypeFieldDescription(package private) Element_or
Element_and.Choice_1_Alt_3.elem_1_or
(package private) Element_or
Element_condition.Choice_1_Alt_3.elem_1_or
(package private) Element_or
Element_not.Choice_1_Alt_3.elem_1_or
(package private) Element_or
Element_or.Choice_1_Alt_3.elem_1_or
Modifier and TypeMethodDescriptionfinal Element_or
Element_or.checkRequiredAttrs()
(package private) static Element_or
Element_or.decode
(DecodingInputStream in, Extension ext) Element_and.Choice_1_Alt_3.getElem_1_or()
Element_condition.Choice_1_Alt_3.getElem_1_or()
Element_not.Choice_1_Alt_3.getElem_1_or()
Element_or.Choice_1_Alt_3.getElem_1_or()
(package private) static Element_or
Element_or.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_or
Element_or.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or
Element_or.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or
Element_or.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or[]
Element_or.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or[]
Element_or.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_or
Element_or.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_or
Element_or.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_or[]
Element_or.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_or[]
Element_or.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_and.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_condition.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_not.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_or.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_or,
Extension, TdomAttributeException> Element_or.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_or,
Element, Extension, TdomAttributeException> Element_or.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_or element) protected void
Matcher.action
(Element_or element) static Element_and.Choice_1
Element_and.Choice_1.alt
(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.static Element_condition.Choice_1
Element_condition.Choice_1.alt
(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.static Element_not.Choice_1
Element_not.Choice_1.alt
(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1
Element_or.Choice_1.alt
(Element_or elem_1_or) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_or element) void
Element_and.Choice_1_Alt_3.set
(Element_or elem_1_or) void
Element_condition.Choice_1_Alt_3.set
(Element_or elem_1_or) void
Element_not.Choice_1_Alt_3.set
(Element_or elem_1_or) void
Element_or.Choice_1_Alt_3.set
(Element_or elem_1_or) Element_and.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_condition.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_not.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) Element_or.Choice_1_Alt_3.setElem_1_or
(Element_or newElem_1_or) void
Dumper.visit
(Element_or element) void
Visitor.visit
(Element_or element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_or element) (Superclass implementation descends into<!ELEMENT or ((testequal | testgreater | optarg | enumSetContains) | and | or | not)+ >
.)ModifierConstructorDescriptionChoice_1_Alt_3
(Element_or elem_1_or) Choice_1_Alt_3
(Element_or elem_1_or) Choice_1_Alt_3
(Element_or elem_1_or) Choice_1_Alt_3
(Element_or elem_1_or)