Uses of Class
eu.bandm.tools.option.absy.Element_rep
Packages that use 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
Methods in eu.bandm.tools.option with parameters of type Element_repModifier and TypeMethodDescriptionvoidCompiler.Phase_gui.visit(Element_rep el) Make all gui objects and aux methods for a repeting group of arguments.voidCompiler.Phase_parser.visit(Element_rep el) Add to the growing code the call to the parser of the repeting group.voidCompiler.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
Methods in eu.bandm.tools.option.absy that return Element_repModifier and TypeMethodDescriptionfinal Element_repElement_rep.checkRequiredAttrs()Element_type.getElem_1_rep()static Element_repElement_rep.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_type.setElem_1_rep(@Opt Element_rep newElem_1_rep) Methods in eu.bandm.tools.option.absy with parameters of type Element_repModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_rep element) protected voidMatcher.action(Element_rep element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_rep element) voidElement_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) voidDumper.visit(Element_rep element) voidVisitor.visit(Element_rep element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_rep element) (Superclass implementation descends into<!ELEMENT rep ((%simpletypes;)+, defaults?) >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_repModifierConstructorDescriptionElement_type(Element_type.Choice_1[] choices_1, Element_rep elem_1_rep) Statically typed w.r.t. the contents, as far as possible.