Uses of Class
eu.bandm.tools.option.absy.Element_uri
Packages that use Element_uri
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_uri in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_uriModifier and TypeMethodDescriptionvoidCompiler.Phase_gui.visit(Element_uri el) Make gui input field and aux methods for an argument of uri/file name typevoidCompiler.Phase_parser.visit(Element_uri el) Add to the growing code the call to a parser for an argument of uri/file name type.voidCompiler.Phase1.visit(Element_uri el) Make value field plus methods plus usage() documentation for an URI / file path type argument. -
Uses of Element_uri in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_uriModifier and TypeMethodDescriptionfinal Element_uriElement_uri.checkRequiredAttrs()Element_rep.Choice_1_Alt_6.getElem_1_uri()Element_simpletypes.Choice_1_Alt_6.getElem_1_uri()Element_type.Choice_1_Alt_6.getElem_1_uri()static Element_uriElement_uri.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_rep.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) Element_simpletypes.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) Element_type.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) Methods in eu.bandm.tools.option.absy with parameters of type Element_uriModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_uri element) protected voidMatcher.action(Element_uri element) static Element_rep.Choice_1Element_rep.Choice_1.alt(Element_uri elem_1_uri) Wrap the content sequence into an instance of the corresponding subtype.static Element_simpletypes.Choice_1Element_simpletypes.Choice_1.alt(Element_uri elem_1_uri) Wrap the content sequence into an instance of the corresponding subtype.static Element_type.Choice_1Element_type.Choice_1.alt(Element_uri elem_1_uri) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_uri element) voidElement_rep.Choice_1_Alt_6.set(Element_uri elem_1_uri) voidElement_simpletypes.Choice_1_Alt_6.set(Element_uri elem_1_uri) voidElement_type.Choice_1_Alt_6.set(Element_uri elem_1_uri) Element_rep.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) Element_simpletypes.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) Element_type.Choice_1_Alt_6.setElem_1_uri(Element_uri newElem_1_uri) voidDumper.visit(Element_uri element) voidVisitor.visit(Element_uri element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_uri element) (Superclass implementation descends into<!ELEMENT uri ((dirOnly | notDir)?, writable?) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_uriModifierConstructorDescriptionChoice_1_Alt_6(Element_uri elem_1_uri) Choice_1_Alt_6(Element_uri elem_1_uri) Choice_1_Alt_6(Element_uri elem_1_uri)