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
Methods in eu.bandm.tools.option.absy that return Element_notModifier and TypeMethodDescriptionfinal Element_notElement_not.checkRequiredAttrs()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()static Element_notElement_not.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) 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 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)