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