Uses of Class
eu.bandm.tools.option.absy.Element_noGui
Packages that use Element_noGui
Package
Description
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
-
Uses of Element_noGui in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as Element_noGuiMethods in eu.bandm.tools.option.absy that return Element_noGuiModifier and TypeMethodDescriptionfinal Element_noGuiElement_noGui.checkRequiredAttrs()(package private) static Element_noGuiElement_noGui.decode(DecodingInputStream in, Extension ext) Element_option.getElem_1_noGui()(package private) static Element_noGuiElement_noGui.parse(ContentMapping content, Extension ext, TypedNode.ParseListener<Element> listener) static Element_noGuiElement_noGui.parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noGuiElement_noGui.parse(Element domElement, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noGuiElement_noGui.parseOptional(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noGui[]Element_noGui.parsePlus(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noGui[]Element_noGui.parseStar(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) (package private) static Element_noGuiElement_noGui.semiparse(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static @Opt Element_noGuiElement_noGui.semiparseOptional(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_noGui[]Element_noGui.semiparsePlus(Iterators.MultipleLookaheadIterator<? extends Element> i) (package private) static Element_noGui[]Element_noGui.semiparseStar(Iterators.MultipleLookaheadIterator<? extends Element> i) Element_option.setElem_1_noGui(@Opt Element_noGui newElem_1_noGui) Methods in eu.bandm.tools.option.absy that return types with arguments of type Element_noGuiModifier and TypeMethodDescription(package private) static TypedContent.DecodingConstructor<? extends Element_noGui, Extension, TdomAttributeException> Element_noGui.getDecodeClosure()(package private) static TypedContent.ParsingConstructor<? extends Element_noGui, Element, Extension, TdomAttributeException> Element_noGui.getParseClosure()Methods in eu.bandm.tools.option.absy with parameters of type Element_noGuiModifier and TypeMethodDescriptionprotected voidBaseMatcher.action(Element_noGui element) protected voidMatcher.action(Element_noGui element) protected voidMatcher.phase(int phase, boolean generalizing, boolean descending, Element_noGui element) voidElement_option.set(Element_noGui elem_1_noGui, Element_isMeta elem_1_isMeta, Element_desc elem_1_desc, Element_type elem_1_type, Element_condition elem_1_condition) Set all contents fields to a new value, after checking.Element_option.setElem_1_noGui(@Opt Element_noGui newElem_1_noGui) voidDumper.visit(Element_noGui element) voidVisitor.visit(Element_noGui element) Can be overridden by the user to define particular semantic operations.voidVisitorTemplate.visit(Element_noGui element) (Superclass implementation descends into<!ELEMENT noGui EMPTY >.)Constructors in eu.bandm.tools.option.absy with parameters of type Element_noGuiModifierConstructorDescriptionElement_option(Element_noGui elem_1_noGui, Element_isMeta elem_1_isMeta, Element_desc elem_1_desc, Element_type elem_1_type, Element_condition elem_1_condition) Statically typed w.r.t. the contents, as far as possible.Element_option(TypedAttribute.SafeValues flag, Element_noGui elem_1_noGui, Element_isMeta elem_1_isMeta, Element_desc elem_1_desc, Element_type elem_1_type, Element_condition elem_1_condition)