Uses of Class
eu.bandm.tools.umod.runtime.CheckedList
Packages that use CheckedList
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is the internal
model for the d2d text type definitions.
Umod main model class: This is a model for the
results of d2d text parsing.
Meaning: Data model for documents conforming
to xhtml 1.0 strict.
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Meaning: Created from d2d definition module
lablog$expanded at
2025-08-17_22h58m27.
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
Meaning: Source format for multi lingual
support.
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
Contains base and auxiliary classes for code generated by tdom.
Abstract syntax of the tpath language, realized as a umod model.
Compiler for data models, from a concise mathematical oriented language into
Java.
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of CheckedList in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as CheckedListModifier and TypeFieldDescription(package private) CheckedList<String> Def2Dtd.allSingletonNames(package private) CheckedList<Expression> CharParserPrepare.ReduceToCardinalities.components(package private) CheckedList<LocString> DocOnly.docsVisitor register.protected CheckedList<Expression> UMod2Def.fieldRefsMethods in eu.bandm.tools.d2d2.base that return CheckedListModifier and TypeMethodDescriptionprotected CheckedList<DTD.CP> Def2Dtd.translatesubs(Collection<Expression> subs) Methods in eu.bandm.tools.d2d2.base with parameters of type CheckedListModifier and TypeMethodDescriptionprotected voidText2Udom.addRestPerm(State_perm permstate, CheckedList<Expression> misslist) Add obligate members of a "perm" expression to the term which describes the missing input.protected Element_block_content @Opt []Userdoc.f_renderDocu(@Opt CheckedList<LocString> in, String docu_ident) Translate the d2d-encoded documentation text collected for one element to udom and then by standard xslt rules to xhtml.static StringUserdoc.joinAllDocStrings(CheckedList<LocString> list) protected voidDef2Dtd.makeSeq(CheckedList<Expression> on) protected voidDef2Xslt3.output(CheckedList<LocString> docu) Copy the documentaton line block to the output and update the location map.protected voidText2Udom.report_assumed_xslt_output(CheckedList<Expression> misslist) Is called when an target-language open/close tag has been found after an xslt template call, to report the necessary expansion.protected voidText2Udom.report_missing_elements(boolean isOpen, String tag, boolean frameFound, CheckedList<Expression> misslist, List<SimpleMessage<String>> messlist, Location<String> closeTagDefLoc) this proc can be called fromText2Udom.process_open_tag(String, boolean)orText2Udom.process_close_tag(String, boolean).
Basically, there are two classes of error recovery:
framefound = true ==> the tag is KNOWN, but tags before are missing, --- then continue with a shrunk stack state.
framefound = false ==> the tag is NOT KNOWN, then discard all input up to the next tag and try again.CharParserPrepare.ReduceToCardinalities.translate(CheckedList<Expression> ins) -
Uses of CheckedList in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<NamespaceDecl> Module.namespacesGenerated by umod; model author's documentation MISSING.protected CheckedList<Expression> GrMult.onGenerated by umod; model author's documentation MISSING.protected CheckedList<String> Enumeration.sourceOrderGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type CheckedListModifier and TypeFieldDescriptionprotected CheckedMap_RD<String, CheckedList<LocString>> SourceItem.docuGenerated by umod; model author's documentation MISSING.static final Function<SourceItem, CheckedMap_RD<String, CheckedList<LocString>>> SourceItem.get_docuDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>>> Enumeration.get_itemDocuDeprecated.Use new '::' method reference instead.static final Function<Module, CheckedList<NamespaceDecl>> Module.get_namespacesDeprecated.Use new '::' method reference instead.static final Function<GrMult, CheckedList<Expression>> GrMult.get_onDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedList<String>> Enumeration.get_sourceOrderDeprecated.Use new '::' method reference instead.static final Function<AdditionalDocs, CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> AdditionalDocs.get_textDeprecated.Use new '::' method reference instead.protected CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>> Enumeration.itemDocuGenerated by umod; model author's documentation MISSING.protected CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> AdditionalDocs.textrealizes the mappinglanguage(/target) -> modulename -> definition -> docText.Methods in eu.bandm.tools.d2d2.model that return CheckedListModifier and TypeMethodDescriptionModule.get_namespaces()Generated by umod; model author's documentation MISSING.GrMult.get_on()Generated by umod; model author's documentation MISSING.Enumeration.get_sourceOrder()Generated by umod; model author's documentation MISSING.protected CheckedList<LocString> __SAX_Parser.parse_0()protected CheckedList<String> __SAX_Parser.parse_13()protected CheckedList<LocString> __SAX_Parser.parse_18()protected CheckedList<LocString> __SAX_Parser.parse_21()protected CheckedList<Expression> __SAX_Parser.parse_28()protected CheckedList<NamespaceDecl> __SAX_Parser.parse_5()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type CheckedListModifier and TypeMethodDescriptionSourceItem.get_docu()Generated by umod; model author's documentation MISSING.Enumeration.get_itemDocu()Generated by umod; model author's documentation MISSING.AdditionalDocs.get_text()realizes the mappinglanguage(/target) -> modulename -> definition -> docText.protected CheckedMap_RD<String, CheckedList<LocString>> __SAX_Parser.parse_1()protected CheckedMap_RD<String, CheckedList<LocString>> __SAX_Parser.parse_19()protected CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>> __SAX_Parser.parse_20()protected CheckedMap_RD<String, CheckedList<LocString>> __SAX_Parser.parse_22()protected CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>> __SAX_Parser.parse_23()protected CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> __SAX_Parser.parse_24()Methods in eu.bandm.tools.d2d2.model with parameters of type CheckedListModifier and TypeMethodDescriptionvoidSourceItem.put_docu(String key0, CheckedList<LocString> value) Convenience un-Currying method.voidEnumeration.put_itemDocu(int key0, String key1, CheckedList<LocString> value) Convenience un-Currying method.voidConvenience un-Currying method.booleanModule.set_namespaces(CheckedList<NamespaceDecl> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_sourceOrder(CheckedList<String> val) Generated by umod; model author's documentation MISSING.GrMult.with_on(CheckedList<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<SourceItem> SourceItem.get_docu(Pattern<? super CheckedMap_RD<String, CheckedList<LocString>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_itemDocu(Pattern<? super CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_namespaces(Pattern<? super CheckedList<NamespaceDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.GrMult.get_on(Pattern<? super CheckedList<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_sourceOrder(Pattern<? super CheckedList<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<AdditionalDocs> AdditionalDocs.get_text(Pattern<? super CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.voidEnumeration.put_itemDocu(int key0, CheckedMap_RD<String, CheckedList<LocString>> value) Convenience un-Currying method.voidAdditionalDocs.put_text(String key0, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>> value) Convenience un-Currying method.voidAdditionalDocs.put_text(String key0, String key1, CheckedMap_RD<String, CheckedList<LocString>> value) Convenience un-Currying method.booleanSourceItem.set_docu(CheckedMap_RD<String, CheckedList<LocString>> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_itemDocu(CheckedMap_RD<Integer, CheckedMap_RD<String, CheckedList<LocString>>> val) Generated by umod; model author's documentation MISSING.booleanAdditionalDocs.set_text(CheckedMap_RD<String, CheckedMap_RD<String, CheckedMap_RD<String, CheckedList<LocString>>>> val) realizes the mappinglanguage(/target) -> modulename -> definition -> docText.Constructors in eu.bandm.tools.d2d2.model with parameters of type CheckedListModifierConstructorDescriptionAlt(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".GrMult(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Perm(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Seq(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on, boolean istight) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of CheckedList in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<Udom> ResultContainer.sequGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type CheckedListModifier and TypeFieldDescriptionstatic final Function<ResultContainer, CheckedList<Udom>> ResultContainer.get_sequDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return CheckedListModifier and TypeMethodDescriptionResultContainer.get_sequ()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type CheckedListModifier and TypeMethodDescriptionbooleanResultContainer.set_sequ(CheckedList<Udom> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<ResultContainer> ResultContainer.get_sequ(Pattern<? super CheckedList<Udom>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of CheckedList in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as CheckedListModifier and TypeFieldDescriptionfinal CheckedList<Element_a.Content> Element_a.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_abbr.Content> Element_abbr.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_acronym.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_address.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_b.Content> Element_b.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_bdo.Content> Element_bdo.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_big.Content> Element_big.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_button.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_caption.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_cite.Content> Element_cite.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_code.Content> Element_code.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_dd.Content> Element_dd.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_del.Content> Element_del.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_dfn.Content> Element_dfn.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_div.Content> Element_div.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_dt.Content> Element_dt.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_em.Content> Element_em.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_fieldset.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h1.Content> Element_h1.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h2.Content> Element_h2.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h3.Content> Element_h3.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h4.Content> Element_h4.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h5.Content> Element_h5.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_h6.Content> Element_h6.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_i.Content> Element_i.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_ins.Content> Element_ins.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_kbd.Content> Element_kbd.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_label.Content> Element_label.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_legend.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_li.Content> Element_li.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_object.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_option.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_p.Content> Element_p.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_pre.Content> Element_pre.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_q.Content> Element_q.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_samp.Content> Element_samp.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_script.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_small.Content> Element_small.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_span.Content> Element_span.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_strong.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_style.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_sub.Content> Element_sub.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_sup.Content> Element_sup.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_td.Content> Element_td.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_textarea.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_th.Content> Element_th.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_title.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_tt.Content> Element_tt.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_var.Content> Element_var.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter. -
Uses of CheckedList in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<DTD.CP> DTD.Choice.altsGenerated by umod; model author's documentation MISSING.protected CheckedList<DTD.AttDef> DTD.Attlist.attsGenerated by umod; model author's documentation MISSING.protected CheckedList<DTD.CP> DTD.Seq.elemsGenerated by umod; model author's documentation MISSING.protected CheckedList<DTD.MarkupDecl> DTD.Dtd.markupGenerated by umod; model author's documentation MISSING.protected CheckedList<String> DTD.Mixed.namesGenerated by umod; model author's documentation MISSING.protected CheckedList<String> DTD.Enumerated.tokensGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd that return CheckedListModifier and TypeMethodDescriptionDTD.Choice.get_alts()Generated by umod; model author's documentation MISSING.DTD.Attlist.get_atts()Generated by umod; model author's documentation MISSING.DTD.Seq.get_elems()Generated by umod; model author's documentation MISSING.DTD.Dtd.get_markup()Generated by umod; model author's documentation MISSING.DTD.Mixed.get_names()Generated by umod; model author's documentation MISSING.DTD.Enumerated.get_tokens()Generated by umod; model author's documentation MISSING.protected CheckedList<String> DTD.__SAX_Parser.parse_0()protected CheckedList<DTD.CP> DTD.__SAX_Parser.parse_1()protected CheckedList<DTD.CP> DTD.__SAX_Parser.parse_2()protected CheckedList<DTD.MarkupDecl> DTD.__SAX_Parser.parse_3()protected CheckedList<DTD.AttDef> DTD.__SAX_Parser.parse_5()protected CheckedList<String> DTD.__SAX_Parser.parse_6()Methods in eu.bandm.tools.dtd with parameters of type CheckedListModifier and TypeMethodDescriptionbooleanDTD.Attlist.set_atts(CheckedList<DTD.AttDef> val) Generated by umod; model author's documentation MISSING.booleanDTD.Dtd.set_markup(CheckedList<DTD.MarkupDecl> val) Generated by umod; model author's documentation MISSING.DTD.Choice.with_alts(CheckedList<DTD.CP> val) Generated by umod; model author's documentation MISSING.DTD.Seq.with_elems(CheckedList<DTD.CP> val) Generated by umod; model author's documentation MISSING.DTD.Mixed.with_names(CheckedList<String> val) Generated by umod; model author's documentation MISSING.DTD.Enumerated.with_tokens(CheckedList<String> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtd with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<DTD.Choice> DTD.Choice.get_alts(Pattern<? super CheckedList<DTD.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Attlist> DTD.Attlist.get_atts(Pattern<? super CheckedList<DTD.AttDef>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Seq.get_elems(Pattern<? super CheckedList<DTD.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Dtd.get_markup(Pattern<? super CheckedList<DTD.MarkupDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Mixed.get_names(Pattern<? super CheckedList<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Enumerated> DTD.Enumerated.get_tokens(Pattern<? super CheckedList<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.dtd with parameters of type CheckedListModifierConstructorDescriptionChoice(int modifier, CheckedList<DTD.CP> alts) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Choice(CheckedList<DTD.CP> alts) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Enumerated(CheckedList<String> tokens) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Mixed(CheckedList<String> names) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Seq(int modifier, CheckedList<DTD.CP> elems) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Seq(CheckedList<DTD.CP> elems) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of CheckedList in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<DTM.CP> DTM.Choice.altsGenerated by umod; model author's documentation MISSING.protected CheckedList<DTM.CP> DTM.Sequence.elemsGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtm with type parameters of type CheckedListModifier and TypeFieldDescriptionprotected CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>> DTM.Dtd.instructionsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return CheckedListModifier and TypeMethodDescriptionDTM.Choice.get_alts()Generated by umod; model author's documentation MISSING.DTM.Sequence.get_elems()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return types with arguments of type CheckedListModifier and TypeMethodDescriptionDTM.Dtd.get_instructions()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with parameters of type CheckedListModifier and TypeMethodDescriptionvoidDTM.Dtd.put_instructions(String key0, CheckedList<DTM.ProcessingInstruction> value) Convenience un-Currying method.DTM.Choice.with_alts(CheckedList<DTM.CP> val) Generated by umod; model author's documentation MISSING.DTM.Sequence.with_elems(CheckedList<DTM.CP> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<DTM.Choice> DTM.Choice.get_alts(Pattern<? super CheckedList<DTM.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.Sequence> DTM.Sequence.get_elems(Pattern<? super CheckedList<DTM.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTM.Dtd.get_instructions(Pattern<? super CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanDTM.Dtd.set_instructions(CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>> val) Generated by umod; model author's documentation MISSING. -
Uses of CheckedList in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as CheckedListModifier and TypeFieldDescriptionElement_a_all.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_alpha.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ascii_alpha.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ascii_lower.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ascii_upper.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_blink.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_bold.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_border.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_decimalDigit.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_decimalPositive.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_emph.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_footnote.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_footnotetext.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ident.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_identFirstChar.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_identInnerChar.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_image_align.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_image_alt.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_image_file.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_image_height.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_image_width.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_indexhi.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_indexlo.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ital.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_key.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_label.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_larger.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_listContinues.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_listitem.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_listStartnum.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_listSymbol.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_loc.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_locus.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_mode.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_opus.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_a_p.Content> Element_a_p.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_path.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_pers.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_pkind.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_popus.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ppers.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ref.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_refdate.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_scaps.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_smaller.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_spanstyle.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_a_src.Content> Element_a_src.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_a_SRC.Content> Element_a_SRC.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_strikeout.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_a_td.Content> Element_a_td.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_tdCls.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_text.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_a_th.Content> Element_a_th.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_ulin.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_url.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_verbatimXml.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_whitespace.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_xemph.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_a_xlang.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_author.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_costs.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_date.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final CheckedList<Element_desc.Content> Element_desc.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_dez.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_ident.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_name.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_prior.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.Element_reference.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter. -
Uses of CheckedList in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Annotation> LLJava.DimensionExpr.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.Modifiable.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.TypeArgument.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Annotation> LLJava.TypeParameter.annotationsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Loadable> LLJava.BootstrapMethod.argumentsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.TypeArgument> LLJava.ClassTypeExpr.argumentsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Attribute> LLJava.Attributable.attrsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Attribute> LLJava.CustomAttribute.attrsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.LoadableExpr> LLJava.MemberDynamicName.bootstrapArgumentsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.BootstrapMethod> LLJava.BootstrapMethodsAttribute.bootstrapMethodsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Case> LLJava.Switch.casesGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.AnnotationValue> LLJava.ArrayAnnotationValue.elemsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Statement> LLJava.Block.elemsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.ClassReference> LLJava.Method.exceptionsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Exception> LLJava.CodeMethodBody.exceptionTableThe table of exception handlers for the code of this method.protected CheckedList<LLJava.Field> LLJava.Class.fieldsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Handler> LLJava.Try.handlersGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.InnerClass> LLJava.Class.innerClassesGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.ClassReference> LLJava.Class.interfacesGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.ReferenceTypeExpr> LLJava.UpperTypeBound.interfacesGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Name> LLJava.Block.labelsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.VType> LLJava.StackFrame.localsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Method> LLJava.Class.methodsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.VType> LLJava.StackFrame.operandsGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Parameter> LLJava.Method.parametersGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.MethodReferenceParameter> LLJava.MethodReference.parametersGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.TypeExpr> LLJava.MethodTypeExpr.parametersGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.ConstantPoolEntry> LLJava.Class.poolGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.Id> LLJava.QualId.qualifierGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.StackFrameDelta> LLJava.CodeMethodBody.stackMapA stack map specifying the static type analysis of the code of this method.protected CheckedList<LLJava.TypeParameter> LLJava.Class.typeParametersGenerated by umod; model author's documentation MISSING.protected CheckedList<LLJava.TypeParameter> LLJava.Method.typeParametersGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return CheckedListModifier and TypeMethodDescriptionLLJava.DimensionExpr.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.Modifiable.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.TypeArgument.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.TypeParameter.get_annotations()Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethod.get_arguments()Generated by umod; model author's documentation MISSING.LLJava.ClassTypeExpr.get_arguments()Generated by umod; model author's documentation MISSING.LLJava.Attributable.get_attrs()Generated by umod; model author's documentation MISSING.LLJava.CustomAttribute.get_attrs()Generated by umod; model author's documentation MISSING.LLJava.MemberDynamicName.get_bootstrapArguments()Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethodsAttribute.get_bootstrapMethods()Generated by umod; model author's documentation MISSING.LLJava.Switch.get_cases()Generated by umod; model author's documentation MISSING.LLJava.ArrayAnnotationValue.get_elems()Generated by umod; model author's documentation MISSING.LLJava.Block.get_elems()Generated by umod; model author's documentation MISSING.LLJava.Method.get_exceptions()Generated by umod; model author's documentation MISSING.LLJava.CodeMethodBody.get_exceptionTable()The table of exception handlers for the code of this method.LLJava.Class.get_fields()Generated by umod; model author's documentation MISSING.LLJava.Try.get_handlers()Generated by umod; model author's documentation MISSING.LLJava.Class.get_innerClasses()Generated by umod; model author's documentation MISSING.LLJava.Class.get_interfaces()Generated by umod; model author's documentation MISSING.LLJava.UpperTypeBound.get_interfaces()Generated by umod; model author's documentation MISSING.LLJava.Block.get_labels()Generated by umod; model author's documentation MISSING.LLJava.StackFrame.get_locals()Generated by umod; model author's documentation MISSING.LLJava.Class.get_methods()Generated by umod; model author's documentation MISSING.LLJava.StackFrame.get_operands()Generated by umod; model author's documentation MISSING.LLJava.Method.get_parameters()Generated by umod; model author's documentation MISSING.LLJava.MethodReference.get_parameters()Generated by umod; model author's documentation MISSING.LLJava.MethodTypeExpr.get_parameters()Generated by umod; model author's documentation MISSING.LLJava.Class.get_pool()Generated by umod; model author's documentation MISSING.LLJava.QualId.get_qualifier()Generated by umod; model author's documentation MISSING.LLJava.CodeMethodBody.get_stackMap()A stack map specifying the static type analysis of the code of this method.LLJava.Class.get_typeParameters()Generated by umod; model author's documentation MISSING.LLJava.Method.get_typeParameters()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy with parameters of type CheckedListModifier and TypeMethodDescriptionbooleanLLJava.DimensionExpr.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Modifiable.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeArgument.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeParameter.set_annotations(CheckedList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.ClassTypeExpr.set_arguments(CheckedList<LLJava.TypeArgument> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Attributable.set_attrs(CheckedList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CustomAttribute.set_attrs(CheckedList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MemberDynamicName.set_bootstrapArguments(CheckedList<LLJava.LoadableExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.BootstrapMethodsAttribute.set_bootstrapMethods(CheckedList<LLJava.BootstrapMethod> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Switch.set_cases(CheckedList<LLJava.Case> val) Generated by umod; model author's documentation MISSING.booleanLLJava.ArrayAnnotationValue.set_elems(CheckedList<LLJava.AnnotationValue> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Block.set_elems(CheckedList<LLJava.Statement> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_exceptions(CheckedList<LLJava.ClassReference> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_exceptionTable(CheckedList<LLJava.Exception> val) The table of exception handlers for the code of this method.booleanLLJava.Class.set_fields(CheckedList<LLJava.Field> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Try.set_handlers(CheckedList<LLJava.Handler> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_innerClasses(CheckedList<LLJava.InnerClass> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_interfaces(CheckedList<LLJava.ClassReference> val) Generated by umod; model author's documentation MISSING.booleanLLJava.UpperTypeBound.set_interfaces(CheckedList<LLJava.ReferenceTypeExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Block.set_labels(CheckedList<LLJava.Name> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_methods(CheckedList<LLJava.Method> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_parameters(CheckedList<LLJava.Parameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodReference.set_parameters(CheckedList<LLJava.MethodReferenceParameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodTypeExpr.set_parameters(CheckedList<LLJava.TypeExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_pool(CheckedList<LLJava.ConstantPoolEntry> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_stackMap(CheckedList<LLJava.StackFrameDelta> val) A stack map specifying the static type analysis of the code of this method.booleanLLJava.Class.set_typeParameters(CheckedList<LLJava.TypeParameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_typeParameters(CheckedList<LLJava.TypeParameter> val) Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethod.with_arguments(CheckedList<LLJava.Loadable> val) Generated by umod; model author's documentation MISSING.LLJava.StackFrame.with_locals(CheckedList<LLJava.VType> val) Generated by umod; model author's documentation MISSING.LLJava.StackFrame.with_operands(CheckedList<LLJava.VType> val) Generated by umod; model author's documentation MISSING.LLJava.QualId.with_qualifier(CheckedList<LLJava.Id> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<LLJava.DimensionExpr> LLJava.DimensionExpr.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Modifiable> LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeArgument> LLJava.TypeArgument.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.TypeParameter> LLJava.TypeParameter.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.BootstrapMethod> LLJava.BootstrapMethod.get_arguments(Pattern<? super CheckedList<LLJava.Loadable>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ClassTypeExpr> LLJava.ClassTypeExpr.get_arguments(Pattern<? super CheckedList<LLJava.TypeArgument>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Attributable> LLJava.Attributable.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CustomAttribute> LLJava.CustomAttribute.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MemberDynamicName> LLJava.MemberDynamicName.get_bootstrapArguments(Pattern<? super CheckedList<LLJava.LoadableExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.BootstrapMethodsAttribute.get_bootstrapMethods(Pattern<? super CheckedList<LLJava.BootstrapMethod>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Switch> LLJava.Switch.get_cases(Pattern<? super CheckedList<LLJava.Case>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.ArrayAnnotationValue> LLJava.ArrayAnnotationValue.get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Block> LLJava.Block.get_elems(Pattern<? super CheckedList<LLJava.Statement>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Method> LLJava.Method.get_exceptions(Pattern<? super CheckedList<LLJava.ClassReference>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody> LLJava.CodeMethodBody.get_exceptionTable(Pattern<? super CheckedList<LLJava.Exception>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_fields(Pattern<? super CheckedList<LLJava.Field>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Try> LLJava.Try.get_handlers(Pattern<? super CheckedList<LLJava.Handler>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_innerClasses(Pattern<? super CheckedList<LLJava.InnerClass>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_interfaces(Pattern<? super CheckedList<LLJava.ClassReference>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.UpperTypeBound> LLJava.UpperTypeBound.get_interfaces(Pattern<? super CheckedList<LLJava.ReferenceTypeExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Block> LLJava.Block.get_labels(Pattern<? super CheckedList<LLJava.Name>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.StackFrame> LLJava.StackFrame.get_locals(Pattern<? super CheckedList<LLJava.VType>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_methods(Pattern<? super CheckedList<LLJava.Method>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.StackFrame> LLJava.StackFrame.get_operands(Pattern<? super CheckedList<LLJava.VType>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Method> LLJava.Method.get_parameters(Pattern<? super CheckedList<LLJava.Parameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodReference> LLJava.MethodReference.get_parameters(Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodTypeExpr> LLJava.MethodTypeExpr.get_parameters(Pattern<? super CheckedList<LLJava.TypeExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.QualId> LLJava.QualId.get_qualifier(Pattern<? super CheckedList<LLJava.Id>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody> LLJava.CodeMethodBody.get_stackMap(Pattern<? super CheckedList<LLJava.StackFrameDelta>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Class> LLJava.Class.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Method> LLJava.Method.get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.lljava.absy with parameters of type CheckedListModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..".BootstrapMethod(LLJava.MethodHandle handle, CheckedList<LLJava.Loadable> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ClassTypeExpr(LLJava.QualId name, CheckedList<LLJava.TypeArgument> arguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".MemberDynamicName(LLJava.Id name, LLJava.MethodHandleExpr factory, CheckedList<LLJava.LoadableExpr> bootstrapArguments) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".QualId(CheckedList<LLJava.Id> qualifier, LLJava.Id id) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Switch(CheckedList<LLJava.Case> cases) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Try(LLJava.CodeInterval body, CheckedList<LLJava.Handler> handlers) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".TypeParameter(CheckedList<LLJava.Annotation> annotations, LLJava.Id name, LLJava.UpperTypeBound bound) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".UpperTypeBound(LLJava.ReferenceTypeExpr limit, CheckedList<LLJava.ReferenceTypeExpr> interfaces) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of CheckedList in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return CheckedList -
Uses of CheckedList in eu.bandm.tools.muli.tdom
Fields in eu.bandm.tools.muli.tdom declared as CheckedListModifier and TypeFieldDescriptionElement_text.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter. -
Uses of CheckedList in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as CheckedList -
Uses of CheckedList in eu.bandm.tools.tdom.runtime
Subclasses of CheckedList in eu.bandm.tools.tdom.runtimeModifier and TypeClassDescriptionclassExtends the checked list to ensure that it does not become empty.Methods in eu.bandm.tools.tdom.runtime that return CheckedListModifier and TypeMethodDescriptionprotected static <T> CheckedList<T> TypedNode.checkStar(String name, CheckedList<T> arg) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
CheckedList<C> TypedElement.decodeStarList(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
CheckedList<C> TypedElement.parseStarList(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) Methods in eu.bandm.tools.tdom.runtime with parameters of type CheckedListModifier and TypeMethodDescriptionprotected static <T> CheckedList<T> TypedNode.checkStar(String name, CheckedList<T> arg) protected static <E extends TypedExtension>
voidTypedNode.encodeStar(boolean asAbstract, CheckedList<? extends TypedNode<E>> nodes, EncodingOutputStream out, E ext) -
Uses of CheckedList in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy declared as CheckedListModifier and TypeFieldDescriptionprotected CheckedList<TPath.Expr> TPath.FunctionCall.argsGenerated by umod; model author's documentation MISSING.protected CheckedList<TPath.Expr> TPath.Step.predicatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type CheckedListModifier and TypeFieldDescriptionstatic final Function<TPath.FunctionCall, CheckedList<TPath.Expr>> TPath.FunctionCall.get_argsDeprecated.Use new '::' method reference instead.static final Function<TPath.Step, CheckedList<TPath.Expr>> TPath.Step.get_predicatesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return CheckedListModifier and TypeMethodDescriptionTPath.FunctionCall.get_args()Generated by umod; model author's documentation MISSING.TPath.Step.get_predicates()Generated by umod; model author's documentation MISSING.protected CheckedList<TPath.Expr> TPath.__SAX_Parser.parse_0()protected CheckedList<TPath.Expr> TPath.__SAX_Parser.parse_1()Methods in eu.bandm.tools.tpath.absy with parameters of type CheckedListModifier and TypeMethodDescriptionbooleanTPath.FunctionCall.set_args(CheckedList<TPath.Expr> val) Generated by umod; model author's documentation MISSING.booleanTPath.Step.set_predicates(CheckedList<TPath.Expr> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.tpath.absy with type arguments of type CheckedListModifier and TypeMethodDescriptionstatic Pattern<TPath.FunctionCall> TPath.FunctionCall.get_args(Pattern<? super CheckedList<TPath.Expr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.Step> TPath.Step.get_predicates(Pattern<? super CheckedList<TPath.Expr>> p) Lifts a pattern which matches the field value to one which matches this whole object.Constructors in eu.bandm.tools.tpath.absy with parameters of type CheckedListModifierConstructorDescriptionFunctionCall(Location<XMLDocumentIdentifier> location, String name, CheckedList<TPath.Expr> args) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Step(Location<XMLDocumentIdentifier> location, TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, CheckedList<TPath.Expr> predicates) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of CheckedList in eu.bandm.tools.tpath.parser2
Fields in eu.bandm.tools.tpath.parser2 declared as CheckedListModifier and TypeFieldDescription(package private) final CheckedList<TPath.Expr> Parser.emptyTests -
Uses of CheckedList in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod with type parameters of type CheckedListModifier and TypeFieldDescriptionprotected CheckedMap_RD<UMod.Item, CheckedList<String>> UMod.Forest.docutexts -
Uses of CheckedList in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime that return CheckedList