Uses of Interface
eu.bandm.tools.util.nonnull.NonNullList
Packages that use NonNullList
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
2026-01-24_11h49m19.
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.
Library of container classes which do not accept null values.
-
Uses of NonNullList in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as NonNullListModifier and TypeFieldDescription(package private) NonNullList<String> Def2Dtd.allSingletonNames(package private) NonNullList<Expression> CharParserPrepare.ReduceToCardinalities.components(package private) NonNullList<LocString> DocOnly.docsVisitor register.protected NonNullList<Expression> UMod2Def.fieldRefsMethods in eu.bandm.tools.d2d2.base that return NonNullListModifier and TypeMethodDescriptionprotected NonNullList<DTD.CP> Def2Dtd.translatesubs(Collection<Expression> subs) Methods in eu.bandm.tools.d2d2.base with parameters of type NonNullListModifier and TypeMethodDescriptionprotected voidText2Udom.addRestPerm(State_perm permstate, NonNullList<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 NonNullList<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(NonNullList<LocString> list) protected voidDef2Dtd.makeSeq(NonNullList<Expression> on) protected voidDef2Xslt3.output(NonNullList<LocString> docu) Copy the documentaton line block to the output and update the location map.protected voidText2Udom.report_assumed_xslt_output(NonNullList<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, NonNullList<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(NonNullList<Expression> ins) -
Uses of NonNullList in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<NamespaceDecl> Module.namespacesGenerated by umod; model author's documentation MISSING.protected NonNullList<Expression> GrMult.onGenerated by umod; model author's documentation MISSING.protected NonNullList<String> Enumeration.sourceOrderGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type NonNullListModifier and TypeFieldDescriptionprotected NonNullMap<String, NonNullList<LocString>> SourceItem.docuGenerated by umod; model author's documentation MISSING.static final Function<SourceItem, NonNullMap<String, NonNullList<LocString>>> SourceItem.get_docuDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>>> Enumeration.get_itemDocuDeprecated.Use new '::' method reference instead.static final Function<Module, NonNullList<NamespaceDecl>> Module.get_namespacesDeprecated.Use new '::' method reference instead.static final Function<GrMult, NonNullList<Expression>> GrMult.get_onDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullList<String>> Enumeration.get_sourceOrderDeprecated.Use new '::' method reference instead.static final Function<AdditionalDocs, NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>>> AdditionalDocs.get_textDeprecated.Use new '::' method reference instead.protected NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> Enumeration.itemDocuGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> AdditionalDocs.textrealizes the mappinglanguage(/target) -> modulename -> definition -> docText.Methods in eu.bandm.tools.d2d2.model that return NonNullListModifier 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 NonNullList<LocString> __SAX_Parser.parse_0()protected NonNullList<String> __SAX_Parser.parse_13()protected NonNullList<LocString> __SAX_Parser.parse_18()protected NonNullList<LocString> __SAX_Parser.parse_21()protected NonNullList<Expression> __SAX_Parser.parse_28()protected NonNullList<NamespaceDecl> __SAX_Parser.parse_5()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type NonNullListModifier 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 NonNullMap<String, NonNullList<LocString>> __SAX_Parser.parse_1()protected NonNullMap<String, NonNullList<LocString>> __SAX_Parser.parse_19()protected NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> __SAX_Parser.parse_20()protected NonNullMap<String, NonNullList<LocString>> __SAX_Parser.parse_22()protected NonNullMap<String, NonNullMap<String, NonNullList<LocString>>> __SAX_Parser.parse_23()protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> __SAX_Parser.parse_24()Methods in eu.bandm.tools.d2d2.model with parameters of type NonNullListModifier and TypeMethodDescriptionvoidSourceItem.put_docu(String key0, NonNullList<LocString> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.voidEnumeration.put_itemDocu(int key0, String key1, NonNullList<LocString> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.voidConvenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.booleanModule.set_namespaces(NonNullList<NamespaceDecl> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_sourceOrder(NonNullList<String> val) Generated by umod; model author's documentation MISSING.GrMult.with_on(NonNullList<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<SourceItem> SourceItem.get_docu(Pattern<? super NonNullMap<String, NonNullList<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 NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_namespaces(Pattern<? super NonNullList<NamespaceDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.GrMult.get_on(Pattern<? super NonNullList<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 NonNullList<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 NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>>> p) Lifts a pattern which matches the field value to one which matches this whole object.voidEnumeration.put_itemDocu(int key0, NonNullMap<String, NonNullList<LocString>> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.voidAdditionalDocs.put_text(String key0, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.voidAdditionalDocs.put_text(String key0, String key1, NonNullMap<String, NonNullList<LocString>> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.booleanSourceItem.set_docu(NonNullMap<String, NonNullList<LocString>> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_itemDocu(NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> val) Generated by umod; model author's documentation MISSING.booleanAdditionalDocs.set_text(NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> val) realizes the mappinglanguage(/target) -> modulename -> definition -> docText.Constructors in eu.bandm.tools.d2d2.model with parameters of type NonNullListModifierConstructorDescriptionAlt(@Opt Location<XMLDocumentIdentifier> location, NonNullList<Expression> on) Constructor defined according to directive »C 1/..«.
GrMult(@Opt Location<XMLDocumentIdentifier> location, NonNullList<Expression> on) Constructor defined according to directive »C 1/..«.
Perm(@Opt Location<XMLDocumentIdentifier> location, NonNullList<Expression> on) Constructor defined according to directive »C 1/..«.
Seq(@Opt Location<XMLDocumentIdentifier> location, NonNullList<Expression> on, boolean istight) Constructor defined according to directive »C 1/..«.
-
Uses of NonNullList in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<Udom> ResultContainer.sequGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type NonNullListModifier and TypeFieldDescriptionstatic final Function<ResultContainer, NonNullList<Udom>> ResultContainer.get_sequDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return NonNullListModifier and TypeMethodDescriptionResultContainer.get_sequ()Generated by umod; model author's documentation MISSING.protected NonNullList<Udom> __SAX_Parser.parse_1()Methods in eu.bandm.tools.d2d2.rt with parameters of type NonNullListModifier and TypeMethodDescriptionbooleanResultContainer.set_sequ(NonNullList<Udom> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<ResultContainer> ResultContainer.get_sequ(Pattern<? super NonNullList<Udom>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of NonNullList in eu.bandm.tools.doctypes.xhtml
Fields in eu.bandm.tools.doctypes.xhtml declared as NonNullListModifier and TypeFieldDescriptionfinal NonNullList<Element_a.Content> Element_a.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<Element_b.Content> Element_b.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_bdo.Content> Element_bdo.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<Element_cite.Content> Element_cite.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_code.Content> Element_code.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_dd.Content> Element_dd.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_del.Content> Element_del.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_dfn.Content> Element_dfn.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_div.Content> Element_div.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_dt.Content> Element_dt.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<Element_h1.Content> Element_h1.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_h2.Content> Element_h2.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_h3.Content> Element_h3.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_h4.Content> Element_h4.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_h5.Content> Element_h5.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_h6.Content> Element_h6.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_i.Content> Element_i.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_ins.Content> Element_ins.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_kbd.Content> Element_kbd.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<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 NonNullList<Element_p.Content> Element_p.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_pre.Content> Element_pre.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_q.Content> Element_q.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<Element_small.Content> Element_small.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<Element_sub.Content> Element_sub.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<Element_sup.Content> Element_sup.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList<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 NonNullList<Element_tt.Content> Element_tt.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter.final NonNullList<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 NonNullList in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<DTD.CP> DTD.Choice.altsGenerated by umod; model author's documentation MISSING.protected NonNullList<DTD.AttDef> DTD.Attlist.attsGenerated by umod; model author's documentation MISSING.protected NonNullList<DTD.CP> DTD.Seq.elemsGenerated by umod; model author's documentation MISSING.protected NonNullList<DTD.MarkupDecl> DTD.Dtd.markupGenerated by umod; model author's documentation MISSING.protected NonNullList<String> DTD.Mixed.namesGenerated by umod; model author's documentation MISSING.protected NonNullList<String> DTD.Enumerated.tokensGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd that return NonNullListModifier 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.Methods in eu.bandm.tools.dtd with parameters of type NonNullListModifier and TypeMethodDescriptionbooleanDTD.Attlist.set_atts(NonNullList<DTD.AttDef> val) Generated by umod; model author's documentation MISSING.booleanDTD.Dtd.set_markup(NonNullList<DTD.MarkupDecl> val) Generated by umod; model author's documentation MISSING.DTD.Choice.with_alts(NonNullList<DTD.CP> val) Generated by umod; model author's documentation MISSING.DTD.Seq.with_elems(NonNullList<DTD.CP> val) Generated by umod; model author's documentation MISSING.DTD.Mixed.with_names(NonNullList<String> val) Generated by umod; model author's documentation MISSING.DTD.Enumerated.with_tokens(NonNullList<String> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtd with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<DTD.Choice> DTD.Choice.get_alts(Pattern<? super NonNullList<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 NonNullList<DTD.AttDef>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Seq.get_elems(Pattern<? super NonNullList<DTD.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Dtd.get_markup(Pattern<? super NonNullList<DTD.MarkupDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTD.Mixed.get_names(Pattern<? super NonNullList<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 NonNullList<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 NonNullListModifierConstructorDescriptionChoice(int modifier, NonNullList<DTD.CP> alts) Constructor defined according to directive »C 0/..«.
Choice(NonNullList<DTD.CP> alts) Constructor defined according to directive »C 1/..«.
Enumerated(NonNullList<String> tokens) Constructor defined according to directive »C 0/..«.
Mixed(NonNullList<String> names) Constructor defined according to directive »C 0/..«.
Seq(int modifier, NonNullList<DTD.CP> elems) Constructor defined according to directive »C 0/..«.
Seq(NonNullList<DTD.CP> elems) Constructor defined according to directive »C 1/..«.
-
Uses of NonNullList in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<DTM.CP> DTM.Choice.altsGenerated by umod; model author's documentation MISSING.protected NonNullList<DTM.CP> DTM.Sequence.elemsGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtm with type parameters of type NonNullListModifier and TypeFieldDescriptionprotected NonNullMap<String, NonNullList<DTM.ProcessingInstruction>> DTM.Dtd.instructionsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return NonNullListModifier 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 NonNullListModifier and TypeMethodDescriptionDTM.Dtd.get_instructions()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with parameters of type NonNullListModifier and TypeMethodDescriptionvoidDTM.Dtd.put_instructions(String key0, NonNullList<DTM.ProcessingInstruction> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.DTM.Choice.with_alts(NonNullList<DTM.CP> val) Generated by umod; model author's documentation MISSING.DTM.Sequence.with_elems(NonNullList<DTM.CP> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<DTM.Choice> DTM.Choice.get_alts(Pattern<? super NonNullList<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 NonNullList<DTM.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTM.Dtd.get_instructions(Pattern<? super NonNullMap<String, NonNullList<DTM.ProcessingInstruction>>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanDTM.Dtd.set_instructions(NonNullMap<String, NonNullList<DTM.ProcessingInstruction>> val) Generated by umod; model author's documentation MISSING. -
Uses of NonNullList in eu.bandm.tools.lablog.xml
Fields in eu.bandm.tools.lablog.xml declared as NonNullListModifier 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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<LLJava.Annotation> LLJava.DimensionExpr.annotationsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Annotation> LLJava.Modifiable.annotationsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Annotation> LLJava.TypeArgument.annotationsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Annotation> LLJava.TypeParameter.annotationsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Loadable> LLJava.BootstrapMethod.argumentsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.TypeArgument> LLJava.ClassTypeExpr.argumentsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Attribute> LLJava.Attributable.attrsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Attribute> LLJava.CustomAttribute.attrsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.LoadableExpr> LLJava.MemberDynamicName.bootstrapArgumentsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.BootstrapMethod> LLJava.BootstrapMethodsAttribute.bootstrapMethodsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Case> LLJava.Switch.casesGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.AnnotationValue> LLJava.ArrayAnnotationValue.elemsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Statement> LLJava.Block.elemsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.ClassReference> LLJava.Method.exceptionsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Exception> LLJava.CodeMethodBody.exceptionTableThe table of exception handlers for the code of this method.protected NonNullList<LLJava.Field> LLJava.Class.fieldsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Handler> LLJava.Try.handlersGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.InnerClass> LLJava.Class.innerClassesGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.ClassReference> LLJava.Class.interfacesGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.ReferenceTypeExpr> LLJava.UpperTypeBound.interfacesGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Name> LLJava.Block.labelsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.VType> LLJava.StackFrame.localsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Method> LLJava.Class.methodsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.VType> LLJava.StackFrame.operandsGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Parameter> LLJava.Method.parametersGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.MethodReferenceParameter> LLJava.MethodReference.parametersGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.TypeExpr> LLJava.MethodTypeExpr.parametersGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.ConstantPoolEntry> LLJava.Class.poolGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.Id> LLJava.QualId.qualifierGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.StackFrameDelta> LLJava.CodeMethodBody.stackMapA stack map specifying the static type analysis of the code of this method.protected NonNullList<LLJava.TypeParameter> LLJava.Class.typeParametersGenerated by umod; model author's documentation MISSING.protected NonNullList<LLJava.TypeParameter> LLJava.Method.typeParametersGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return NonNullListModifier 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 NonNullListModifier and TypeMethodDescriptionbooleanLLJava.DimensionExpr.set_annotations(NonNullList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Modifiable.set_annotations(NonNullList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeArgument.set_annotations(NonNullList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.TypeParameter.set_annotations(NonNullList<LLJava.Annotation> val) Generated by umod; model author's documentation MISSING.booleanLLJava.ClassTypeExpr.set_arguments(NonNullList<LLJava.TypeArgument> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Attributable.set_attrs(NonNullList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CustomAttribute.set_attrs(NonNullList<LLJava.Attribute> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MemberDynamicName.set_bootstrapArguments(NonNullList<LLJava.LoadableExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.BootstrapMethodsAttribute.set_bootstrapMethods(NonNullList<LLJava.BootstrapMethod> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Switch.set_cases(NonNullList<LLJava.Case> val) Generated by umod; model author's documentation MISSING.booleanLLJava.ArrayAnnotationValue.set_elems(NonNullList<LLJava.AnnotationValue> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Block.set_elems(NonNullList<LLJava.Statement> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_exceptions(NonNullList<LLJava.ClassReference> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_exceptionTable(NonNullList<LLJava.Exception> val) The table of exception handlers for the code of this method.booleanLLJava.Class.set_fields(NonNullList<LLJava.Field> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Try.set_handlers(NonNullList<LLJava.Handler> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_innerClasses(NonNullList<LLJava.InnerClass> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_interfaces(NonNullList<LLJava.ClassReference> val) Generated by umod; model author's documentation MISSING.booleanLLJava.UpperTypeBound.set_interfaces(NonNullList<LLJava.ReferenceTypeExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Block.set_labels(NonNullList<LLJava.Name> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_methods(NonNullList<LLJava.Method> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_parameters(NonNullList<LLJava.Parameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodReference.set_parameters(NonNullList<LLJava.MethodReferenceParameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.MethodTypeExpr.set_parameters(NonNullList<LLJava.TypeExpr> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Class.set_pool(NonNullList<LLJava.ConstantPoolEntry> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_stackMap(NonNullList<LLJava.StackFrameDelta> val) A stack map specifying the static type analysis of the code of this method.booleanLLJava.Class.set_typeParameters(NonNullList<LLJava.TypeParameter> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Method.set_typeParameters(NonNullList<LLJava.TypeParameter> val) Generated by umod; model author's documentation MISSING.LLJava.BootstrapMethod.with_arguments(NonNullList<LLJava.Loadable> val) Generated by umod; model author's documentation MISSING.LLJava.StackFrame.with_locals(NonNullList<LLJava.VType> val) Generated by umod; model author's documentation MISSING.LLJava.StackFrame.with_operands(NonNullList<LLJava.VType> val) Generated by umod; model author's documentation MISSING.LLJava.QualId.with_qualifier(NonNullList<LLJava.Id> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<LLJava.DimensionExpr> LLJava.DimensionExpr.get_annotations(Pattern<? super NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<LLJava.LoadableExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.BootstrapMethodsAttribute.get_bootstrapMethods(Pattern<? super NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullList<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 NonNullListModifierConstructorDescriptionConstructor defined according to directive »C 0/..«.
BootstrapMethod(LLJava.MethodHandle handle, NonNullList<LLJava.Loadable> arguments) Constructor defined according to directive »C 0/..«.
ClassTypeExpr(LLJava.QualId name, NonNullList<LLJava.TypeArgument> arguments) Constructor defined according to directive »C 0/..«.
MemberDynamicName(LLJava.Id name, LLJava.MethodHandleExpr factory, NonNullList<LLJava.LoadableExpr> bootstrapArguments) Constructor defined according to directive »C 0/..«.
QualId(NonNullList<LLJava.Id> qualifier, LLJava.Id id) Constructor defined according to directive »C 0/..«.
Switch(NonNullList<LLJava.Case> cases) Constructor defined according to directive »C 1/..«.
Try(LLJava.CodeInterval body, NonNullList<LLJava.Handler> handlers) Constructor defined according to directive »C 0/..«.
TypeParameter(NonNullList<LLJava.Annotation> annotations, LLJava.Id name, LLJava.UpperTypeBound bound) Constructor defined according to directive »C 0/..«.
UpperTypeBound(LLJava.ReferenceTypeExpr limit, NonNullList<LLJava.ReferenceTypeExpr> interfaces) Constructor defined according to directive »C 0/..«.
-
Uses of NonNullList in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return NonNullList -
Uses of NonNullList in eu.bandm.tools.muli.tdom
Fields in eu.bandm.tools.muli.tdom declared as NonNullListModifier and TypeFieldDescriptionElement_text.contentList of contents elements, may freely be manipulated, as long as no null value is tried to enter. -
Uses of NonNullList in eu.bandm.tools.option.absy
Fields in eu.bandm.tools.option.absy declared as NonNullList -
Uses of NonNullList in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return NonNullListModifier and TypeMethodDescriptionprotected static <T> NonNullList<T> TypedNode.checkPlus(String name, NonNullList<T> arg) protected static <T> NonNullList<T> TypedNode.checkStar(String name, NonNullList<T> arg) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
NonNullList<C> TypedElement.decodePlusList(TypedContent.DecodingConstructor<? extends C, E, Y> constructor, DecodingInputStream in, E ext, Class<C> contentClass) static <C extends TypedContent,E extends TypedExtension, Y extends Exception>
NonNullList<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>
NonNullList<C> TypedElement.parsePlusList(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
NonNullList<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 NonNullListModifier and TypeMethodDescriptionprotected static <T> NonNullList<T> TypedNode.checkPlus(String name, NonNullList<T> arg) protected static <T> NonNullList<T> TypedNode.checkStar(String name, NonNullList<T> arg) protected static <E extends TypedExtension>
voidTypedNode.encodePlus(boolean asAbstract, NonNullList<? extends TypedNode<E>> nodes, EncodingOutputStream out, E ext) protected static <E extends TypedExtension>
voidTypedNode.encodeStar(boolean asAbstract, NonNullList<? extends TypedNode<E>> nodes, EncodingOutputStream out, E ext) -
Uses of NonNullList in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy declared as NonNullListModifier and TypeFieldDescriptionprotected NonNullList<TPath.Expr> TPath.FunctionCall.argsGenerated by umod; model author's documentation MISSING.protected NonNullList<TPath.Expr> TPath.Step.predicatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type NonNullListModifier and TypeFieldDescriptionstatic final Function<TPath.FunctionCall, NonNullList<TPath.Expr>> TPath.FunctionCall.get_argsDeprecated.Use new '::' method reference instead.static final Function<TPath.Step, NonNullList<TPath.Expr>> TPath.Step.get_predicatesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return NonNullListModifier 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.Methods in eu.bandm.tools.tpath.absy with parameters of type NonNullListModifier and TypeMethodDescriptionbooleanTPath.FunctionCall.set_args(NonNullList<TPath.Expr> val) Generated by umod; model author's documentation MISSING.booleanTPath.Step.set_predicates(NonNullList<TPath.Expr> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.tpath.absy with type arguments of type NonNullListModifier and TypeMethodDescriptionstatic Pattern<TPath.FunctionCall> TPath.FunctionCall.get_args(Pattern<? super NonNullList<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 NonNullList<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 NonNullListModifierConstructorDescriptionFunctionCall(@Opt Location<XMLDocumentIdentifier> location, String name, NonNullList<TPath.Expr> args) Constructor defined according to directive »C 1/..«.
Step(@Opt Location<XMLDocumentIdentifier> location, @Opt TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, NonNullList<TPath.Expr> predicates) Constructor defined according to directive »C 1/..«.
-
Uses of NonNullList in eu.bandm.tools.tpath.parser2
Fields in eu.bandm.tools.tpath.parser2 declared as NonNullListModifier and TypeFieldDescription(package private) final NonNullList<TPath.Expr> Parser.emptyTests -
Uses of NonNullList in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod with type parameters of type NonNullListModifier and TypeFieldDescriptionprotected NonNullMap<UMod.Item, NonNullList<String>> UMod.Forest.docutexts -
Uses of NonNullList in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime that return NonNullListModifier and TypeMethodDescriptionstatic <A> NonNullList<A> CollectionFactory.newNonNullList(Class<?> elementClass) Factory method. -
Uses of NonNullList in eu.bandm.tools.util.nonnull
Classes in eu.bandm.tools.util.nonnull that implement NonNullListModifier and TypeClassDescriptionstatic classAuxiliary class, not accessible by the user, which intercepts all modification to guarantee nullfree.Methods in eu.bandm.tools.util.nonnull that return NonNullListModifier and TypeMethodDescriptionstatic <T> NonNullList<T> Creates an unmodifiable snapshot copy containing all elements in the prototype.static <T> NonNullList<T> Creates an independent instance, initialized to contain all elements in the prototype.static <T> NonNullList<T> NonNullList.newInstance()Creates a new instance with an ArrayList as implementaiton.static <T> NonNullList<T> NonNullList.newInstance(Supplier<List<T>> supplier) Creates a new instance and uses a list returned by the given supplier as its peer.static <T> NonNullList<T> NonNullList.singleton(T x) Creates a new unmodifiable instance which contains the given element.