Uses of Class
eu.bandm.tools.option.absy.Element_string
Packages that use Element_string
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_string in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_stringModifier and TypeMethodDescriptionvoidCompiler.Phase_gui.visit(Element_string el) Make gui input field and aux methods for an argument of String typevoidCompiler.Phase_parser.visit(Element_string el) Add to the growing code the call to a parser for an argument of string type.voidCompiler.Phase1.visit(Element_string el) Make value field plus methods plus usage() documentation for a String type argument. -
Uses of Element_string in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_stringModifier and TypeFieldDescription(package private) Element_stringElement_rep.Choice_1_Alt_5.elem_1_string(package private) Element_stringElement_simpletypes.Choice_1_Alt_5.elem_1_string(package private) Element_stringElement_type.Choice_1_Alt_5.elem_1_stringMethods in eu.bandm.tools.option.absy that return Element_stringModifier and TypeMethodDescriptionfinal Element_stringElement_string.checkRequiredAttrs()(package private) static Element_stringElement_string.decode(DecodingInputStream in, Extension ext) Element_rep.Choice_1_Alt_5.getElem_1_string()Element_simpletypes.Choice_1_Alt_5.getElem_1_string()Element_type.Choice_1_Alt_5.getElem_1_string()(package private) static Element_stringElement_string.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_stringElement_string.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_stringElement_string.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_stringElement_string.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_string[]Element_string.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_string[]Element_string.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_stringElement_string.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_stringElement_string.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_string[]Element_string.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_string[]Element_string.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_rep.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) Element_simpletypes.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) Element_type.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_stringModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_string, Extension, TdomAttributeException> Element_string.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_string, Element, Extension, TdomAttributeException> Element_string.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_stringModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_string element) protected voidMatcher.action(Element_string element) static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_string elem_1_string) Wrap the content sequence into an instance of the corresponding subtype.static Element_simpletypes.Choice_1Element_simpletypes.Choice_1.alt(Element_string elem_1_string) Wrap the content sequence into an instance of the corresponding subtype.static Element_type.Choice_1Element_type.Choice_1.alt(Element_string elem_1_string) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_string element) voidElement_rep.Choice_1_Alt_5.set(Element_string elem_1_string) voidElement_simpletypes.Choice_1_Alt_5.set(Element_string elem_1_string) voidElement_type.Choice_1_Alt_5.set(Element_string elem_1_string) Element_rep.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) Element_simpletypes.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) Element_type.Choice_1_Alt_5.setElem_1_string(Element_string newElem_1_string) voidDumper.visit(Element_string element) voidVisitor.visit(Element_string element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_string element) (Superclass implementation descends into<!ELEMENT string EMPTY >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_stringModifierConstructorDescriptionChoice_1_Alt_5(Element_string elem_1_string) Choice_1_Alt_5(Element_string elem_1_string) Choice_1_Alt_5(Element_string elem_1_string)