Uses of Class
eu.bandm.tools.option.absy.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
Modifier and TypeMethodDescriptionvoid
Compiler.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
Modifier and TypeFieldDescription(package private) Element_constant
Element_testequal.Choice_1_Alt_1.elem_1_constant
(package private) Element_constant
Element_testequal.Choice_2_Alt_1.elem_1_constant
(package private) Element_constant
Element_testgreater.Choice_1_Alt_1.elem_1_constant
(package private) Element_constant
Element_testgreater.Choice_2_Alt_1.elem_1_constant
Modifier and TypeMethodDescriptionfinal Element_constant
Element_constant.checkRequiredAttrs()
(package private) static Element_constant
Element_constant.decode
(DecodingInputStream in, Extension ext) 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()
(package private) static Element_constant
Element_constant.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_constant
Element_constant.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_constant
Element_constant.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_constant
Element_constant.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_constant[]
Element_constant.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_constant[]
Element_constant.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_constant
Element_constant.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_constant
Element_constant.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_constant[]
Element_constant.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_constant[]
Element_constant.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) 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) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_constant,
Extension, TdomAttributeException> Element_constant.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_constant,
Element, Extension, TdomAttributeException> Element_constant.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_constant element) protected void
Matcher.action
(Element_constant element) static Element_testequal.Choice_1
Element_testequal.Choice_1.alt
(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testequal.Choice_2
Element_testequal.Choice_2.alt
(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_1
Element_testgreater.Choice_1.alt
(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.static Element_testgreater.Choice_2
Element_testgreater.Choice_2.alt
(Element_constant elem_1_constant) Wrap the content sequence into an instance of the corresponding subtype.protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_constant element) void
Element_testequal.Choice_1_Alt_1.set
(Element_constant elem_1_constant) void
Element_testequal.Choice_2_Alt_1.set
(Element_constant elem_1_constant) void
Element_testgreater.Choice_1_Alt_1.set
(Element_constant elem_1_constant) void
Element_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) void
Dumper.visit
(Element_constant element) void
Visitor.visit
(Element_constant element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_constant element) (Superclass implementation descends into<!ELEMENT constant EMPTY >
.)ModifierConstructorDescriptionChoice_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)