Uses of Class
eu.bandm.tools.option.absy.Element_rep
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_rep in eu.bandm.tools.option
Modifier and TypeFieldDescription(package private) Element_rep
Compiler.Phase1.repetingValueElement
Currently processed repeting group, or null when on top-level.Modifier and TypeMethodDescription(package private) static boolean
Compiler.checkStar
(Element_rep el) Whether the repeting group is of "star" kind, not of "plus" kind.void
Compiler.Phase_gui.visit
(Element_rep el) Make all gui objects and aux methods for a repeting group of arguments.void
Compiler.Phase_parser.visit
(Element_rep el) Add to the growing code the call to the parser of the repeting group.void
Compiler.Phase1.visit
(Element_rep el) Generate a class representing the repeting goup and fill this with field and method definitions using the same methods as implied for the top-levelModel
. -
Uses of Element_rep in eu.bandm.tools.option.absy
Modifier and TypeMethodDescriptionfinal Element_rep
Element_rep.checkRequiredAttrs()
(package private) static Element_rep
Element_rep.decode
(DecodingInputStream in, Extension ext) Element_type.getElem_1_rep()
(package private) static Element_rep
Element_rep.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_rep
Element_rep.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep
Element_rep.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep
Element_rep.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep[]
Element_rep.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep[]
Element_rep.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_rep
Element_rep.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_rep
Element_rep.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_rep[]
Element_rep.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_rep[]
Element_rep.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_type.setElem_1_rep
(@Opt Element_rep newElem_1_rep) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_rep,
Extension, TdomAttributeException> Element_rep.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_rep,
Element, Extension, TdomAttributeException> Element_rep.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_rep element) protected void
Matcher.action
(Element_rep element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_rep element) void
Element_type.set
(Element_type.Choice_1[] choices_1, Element_rep elem_1_rep) Set all contents fields to a new value, after checking.Element_type.setElem_1_rep
(@Opt Element_rep newElem_1_rep) void
Dumper.visit
(Element_rep element) void
Visitor.visit
(Element_rep element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_rep element) (Superclass implementation descends into<!ELEMENT rep ((%simpletypes;)+, defaults?) >
.)ModifierConstructorDescriptionElement_type
(Element_type.Choice_1[] choices_1, Element_rep elem_1_rep) Statically typed w.r.t. the contents, as far as possible.