Uses of Class
eu.bandm.tools.option.absy.Element_not
Packages that use 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
Methods in eu.bandm.tools.option with parameters of type Element_notModifier and TypeMethodDescriptionvoidCompiler.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
Fields in eu.bandm.tools.option.absy declared as Element_notModifier and TypeFieldDescription(package private) Element_notElement_and.Choice_1_Alt_4.elem_1_not(package private) Element_notElement_condition.Choice_1_Alt_4.elem_1_not(package private) Element_notElement_not.Choice_1_Alt_4.elem_1_not(package private) Element_notElement_or.Choice_1_Alt_4.elem_1_notMethods in eu.bandm.tools.option.absy that return Element_notModifier and TypeMethodDescriptionfinal Element_notElement_not.checkRequiredAttrs()(package private) static Element_notElement_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_notElement_not.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_notElement_not.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_notElement_not.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_notElement_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_notElement_not.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_notElement_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) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_notModifier 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()Methods in eu.bandm.tools.option.absy with parameters of type Element_notModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_not element) protected voidMatcher.action(Element_not element) static Element_and.Choice_1Element_and.Choice_1.alt(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.static Element_condition.Choice_1Element_condition.Choice_1.alt(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.static Element_not.Choice_1Element_not.Choice_1.alt(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.static Element_or.Choice_1Element_or.Choice_1.alt(Element_not elem_1_not) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_not element) voidElement_and.Choice_1_Alt_4.set(Element_not elem_1_not) voidElement_condition.Choice_1_Alt_4.set(Element_not elem_1_not) voidElement_not.Choice_1_Alt_4.set(Element_not elem_1_not) voidElement_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) voidDumper.visit(Element_not element) voidVisitor.visit(Element_not element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_not element) (Superclass implementation descends into<!ELEMENT not ((testequal | testgreater | optarg | enumSetContains) | and | or | not) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_notModifierConstructorDescriptionChoice_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)