Uses of Class
eu.bandm.tools.option.absy.Element_testequal
Packages that use Element_testequal
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_testequal in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_testequalModifier and TypeMethodDescriptionvoidCompiler.Phase1.visit(Element_testequal el) Stores Java source and user documentation for the equality test in an enabling condition. -
Uses of Element_testequal in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_testequalModifier and TypeMethodDescriptionfinal Element_testequalElement_testequal.checkRequiredAttrs()Element_and.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal()Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal()Element_not.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal()Element_or.Choice_1_Alt_1_Choice_1_Alt_1.getElem_1_testequal()static Element_testequalElement_testequal.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_and.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_not.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_or.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Methods in eu.bandm.tools.option.absy with parameters of type Element_testequalModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_testequal element) protected voidMatcher.action(Element_testequal element) Element_and.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal) Wrap the content sequence into an instance of the corresponding subtype.Element_condition.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal) Wrap the content sequence into an instance of the corresponding subtype.Element_not.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal) Wrap the content sequence into an instance of the corresponding subtype.Element_or.Choice_1_Alt_1_Choice_1.alt(Element_testequal elem_1_testequal) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_testequal element) voidElement_and.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) voidElement_condition.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) voidElement_not.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) voidElement_or.Choice_1_Alt_1_Choice_1_Alt_1.set(Element_testequal elem_1_testequal) Element_and.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_condition.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_not.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) Element_or.Choice_1_Alt_1_Choice_1_Alt_1.setElem_1_testequal(Element_testequal newElem_1_testequal) voidDumper.visit(Element_testequal element) voidVisitor.visit(Element_testequal element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_testequal element) (Superclass implementation descends into<!ELEMENT testequal ((constant | optarg), %testvalues;) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_testequalModifierConstructorDescriptionChoice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal) Choice_1_Alt_1_Choice_1_Alt_1(Element_testequal elem_1_testequal)