Uses of Class
eu.bandm.tools.option.absy.Element_writable
Packages that use 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
Fields in eu.bandm.tools.option.absy declared as Element_writableMethods in eu.bandm.tools.option.absy that return Element_writableModifier and TypeMethodDescriptionfinal Element_writableElement_writable.checkRequiredAttrs()(package private) static Element_writableElement_writable.decode(DecodingInputStream in, Extension ext) Element_uri.getElem_1_writable()(package private) static Element_writableElement_writable.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_writableElement_writable.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writableElement_writable.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_writableElement_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_writableElement_writable.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_writableElement_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) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_writableModifier 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()Methods in eu.bandm.tools.option.absy with parameters of type Element_writableModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_writable element) protected voidMatcher.action(Element_writable element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_writable element) voidElement_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) voidDumper.visit(Element_writable element) voidVisitor.visit(Element_writable element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_writable element) (Superclass implementation descends into<!ELEMENT writable EMPTY >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_writableModifierConstructorDescriptionElement_uri(Element_uri.Choice_1 choice_1, Element_writable elem_1_writable) Statically typed w.r.t. the contents.