Uses of Class
eu.bandm.tools.option.absy.Element_constant
Packages that use Element_constant
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_constant in eu.bandm.tools.option
Methods in eu.bandm.tools.option with parameters of type Element_constantModifier and TypeMethodDescriptionvoidCompiler.Phase1.visit(Element_constant el) Stores Java source and user documentation for a constant in an enabling condition. -
Uses of Element_constant in eu.bandm.tools.option.absy
Methods in eu.bandm.tools.option.absy that return Element_constantModifier and TypeMethodDescriptionfinal Element_constantElement_constant.checkRequiredAttrs()Element_testequal.Choice_1_Alt_1.getElem_1_constant()Element_testequal.Choice_2_Alt_1.getElem_1_constant()Element_testgreater.Choice_1_Alt_1.getElem_1_constant()Element_testgreater.Choice_2_Alt_1.getElem_1_constant()static Element_constantElement_constant.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) Element_testequal.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testequal.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testgreater.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testgreater.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Methods in eu.bandm.tools.option.absy with parameters of type Element_constantModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_constant element) protected voidMatcher.action(Element_constant element) static Element_testequal.Choice_1Element_testequal.Choice_1.alt(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testequal.Choice_2Element_testequal.Choice_2.alt(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_1Element_testgreater.Choice_1.alt(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_2Element_testgreater.Choice_2.alt(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_constant element) voidElement_testequal.Choice_1_Alt_1.set(Element_constant elem_1_constant) voidElement_testequal.Choice_2_Alt_1.set(Element_constant elem_1_constant) voidElement_testgreater.Choice_1_Alt_1.set(Element_constant elem_1_constant) voidElement_testgreater.Choice_2_Alt_1.set(Element_constant elem_1_constant) Element_testequal.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testequal.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testgreater.Choice_1_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) Element_testgreater.Choice_2_Alt_1.setElem_1_constant(Element_constant newElem_1_constant) voidDumper.visit(Element_constant element) voidVisitor.visit(Element_constant element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_constant element) (Superclass implementation descends into<!ELEMENT constant EMPTY >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_constantModifierConstructorDescriptionChoice_1_Alt_1(Element_constant elem_1_constant) Choice_1_Alt_1(Element_constant elem_1_constant) Choice_2_Alt_1(Element_constant elem_1_constant) Choice_2_Alt_1(Element_constant elem_1_constant)