Uses of Class
eu.bandm.tools.option.absy.Element_writable
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_writable in eu.bandm.tools.option.absy
Modifier and TypeMethodDescriptionfinal Element_writable
Element_writable.checkRequiredAttrs()
(package private) static Element_writable
Element_writable.decode
(DecodingInputStream in, Extension ext) Element_uri.getElem_1_writable()
(package private) static Element_writable
Element_writable.parse
(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_writable
Element_writable.parse
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writable
Element_writable.parse
(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writable
Element_writable.parseOptional
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writable[]
Element_writable.parsePlus
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writable[]
Element_writable.parseStar
(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writable
Element_writable.semiparse
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_writable
Element_writable.semiparseOptional
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_writable[]
Element_writable.semiparsePlus
(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_writable[]
Element_writable.semiparseStar
(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_uri.setElem_1_writable
(@Opt Element_writable newElem_1_writable) Modifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_writable,
Extension, TdomAttributeException> Element_writable.getDecodeClosure()
(package private) static TypedContent.ParsingConstructor<? extends Element_writable,
Element, Extension, TdomAttributeException> Element_writable.getParseClosure()
Modifier and TypeMethodDescriptionprotected void
BaseMatcher.action
(Element_writable element) protected void
Matcher.action
(Element_writable element) protected void
Matcher.phase
(int phase, boolean generalizing, boolean descending, Element_writable element) void
Element_uri.set
(Element_uri.Choice_1 choice_1, Element_writable elem_1_writable) Set all contents fields to a new value, after checking.Element_uri.setElem_1_writable
(@Opt Element_writable newElem_1_writable) void
Dumper.visit
(Element_writable element) void
Visitor.visit
(Element_writable element) Can be overridden by the user to define particular semantic operations.void
VisitorTemplate.visit
(Element_writable element) (Superclass implementation descends into<!ELEMENT writable EMPTY >
.)ModifierConstructorDescriptionElement_uri
(Element_uri.Choice_1 choice_1, Element_writable elem_1_writable) Statically typed w.r.t. the contents.