Uses of Class
eu.bandm.tools.option.absy.Element_optarg
Packages that use Element_optarg
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_optarg in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_optargModifier and TypeMethodDescriptionvoidCompiler.Phase1.visit(Element_optarg el) Stores Java source and user documentation for the reference to an option's arguemt in an enabling condition. -
Uses of Element_optarg in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_optargModifier and TypeFieldDescription(package private) Element_optargElement_and.Choice_1_Alt_1_Choice_1_Alt_3.elem_1_optarg(package private) Element_optargElement_condition.Choice_1_Alt_1_Choice_1_Alt_3.elem_1_optarg(package private) Element_optargElement_not.Choice_1_Alt_1_Choice_1_Alt_3.elem_1_optarg(package private) Element_optargElement_or.Choice_1_Alt_1_Choice_1_Alt_3.elem_1_optarg(package private) Element_optargElement_testequal.Choice_1_Alt_2.elem_1_optarg(package private) Element_optargElement_testequal.Choice_2_Alt_2.elem_1_optarg(package private) Element_optargElement_testgreater.Choice_1_Alt_2.elem_1_optarg(package private) Element_optargElement_testgreater.Choice_2_Alt_2.elem_1_optargMethods in eu.bandm.tools.option.absy that return Element_optargModifier and TypeMethodDescriptionfinal Element_optargElement_optarg.checkRequiredAttrs()(package private) static Element_optargElement_optarg.decode(DecodingInputStream in, Extension ext) Element_and.Choice_1_Alt_1_Choice_1_Alt_3.getElem_1_optarg()Element_condition.Choice_1_Alt_1_Choice_1_Alt_3.getElem_1_optarg()Element_not.Choice_1_Alt_1_Choice_1_Alt_3.getElem_1_optarg()Element_or.Choice_1_Alt_1_Choice_1_Alt_3.getElem_1_optarg()Element_testequal.Choice_1_Alt_2.getElem_1_optarg()Element_testequal.Choice_2_Alt_2.getElem_1_optarg()Element_testgreater.Choice_1_Alt_2.getElem_1_optarg()Element_testgreater.Choice_2_Alt_2.getElem_1_optarg()(package private) static Element_optargElement_optarg.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_optargElement_optarg.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optargElement_optarg.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optargElement_optarg.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optarg[]Element_optarg.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optarg[]Element_optarg.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_optargElement_optarg.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_optargElement_optarg.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_optarg[]Element_optarg.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_optarg[]Element_optarg.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_and.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_condition.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_not.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_or.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testequal.Choice_1_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testequal.Choice_2_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testgreater.Choice_1_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testgreater.Choice_2_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_optargModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_optarg, Extension, TdomAttributeException> Element_optarg.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_optarg, Element, Extension, TdomAttributeException> Element_optarg.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_optargModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_optarg element) protected voidMatcher.action(Element_optarg element) Element_and.Choice_1_Alt_1_Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.Element_condition.Choice_1_Alt_1_Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.Element_not.Choice_1_Alt_1_Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.Element_or.Choice_1_Alt_1_Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.static Element_testequal.Choice_1Element_testequal.Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.static Element_testequal.Choice_2Element_testequal.Choice_2.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_1Element_testgreater.Choice_1.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_2Element_testgreater.Choice_2.alt(Element_optarg elem_1_optarg) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_optarg element) voidElement_and.Choice_1_Alt_1_Choice_1_Alt_3.set(Element_optarg elem_1_optarg) voidElement_condition.Choice_1_Alt_1_Choice_1_Alt_3.set(Element_optarg elem_1_optarg) voidElement_not.Choice_1_Alt_1_Choice_1_Alt_3.set(Element_optarg elem_1_optarg) voidElement_or.Choice_1_Alt_1_Choice_1_Alt_3.set(Element_optarg elem_1_optarg) voidElement_testequal.Choice_1_Alt_2.set(Element_optarg elem_1_optarg) voidElement_testequal.Choice_2_Alt_2.set(Element_optarg elem_1_optarg) voidElement_testgreater.Choice_1_Alt_2.set(Element_optarg elem_1_optarg) voidElement_testgreater.Choice_2_Alt_2.set(Element_optarg elem_1_optarg) Element_and.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_condition.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_not.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_or.Choice_1_Alt_1_Choice_1_Alt_3.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testequal.Choice_1_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testequal.Choice_2_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testgreater.Choice_1_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) Element_testgreater.Choice_2_Alt_2.setElem_1_optarg(Element_optarg newElem_1_optarg) voidDumper.visit(Element_optarg element) voidVisitor.visit(Element_optarg element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_optarg element) (Superclass implementation descends into<!ELEMENT optarg EMPTY >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_optargModifierConstructorDescriptionChoice_1_Alt_1_Choice_1_Alt_3(Element_optarg elem_1_optarg) Choice_1_Alt_1_Choice_1_Alt_3(Element_optarg elem_1_optarg) Choice_1_Alt_1_Choice_1_Alt_3(Element_optarg elem_1_optarg) Choice_1_Alt_1_Choice_1_Alt_3(Element_optarg elem_1_optarg) Choice_1_Alt_2(Element_optarg elem_1_optarg) Choice_1_Alt_2(Element_optarg elem_1_optarg) Choice_2_Alt_2(Element_optarg elem_1_optarg) Choice_2_Alt_2(Element_optarg elem_1_optarg)