Uses of Interface
eu.bandm.tools.util.nonnull.NonNullMap
Packages that use NonNullMap
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.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
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.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of NonNullMap in eu.bandm.tools.d2d2.base
Fields in eu.bandm.tools.d2d2.base declared as NonNullMapModifier and TypeFieldDescription(package private) NonNullMap<Definition, Boolean> Navigate.AttributeCollector.attsResult accumulatorprotected NonNullMap<String, String> Reducer.namespacesAll namespace decls, including the inherited.Constructors in eu.bandm.tools.d2d2.base with parameters of type NonNullMapModifierConstructorDescriptionAttributeCollector(NonNullMap<Definition, Boolean> atts, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) Only constructor. -
Uses of NonNullMap in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<String, Definition> Module.definitionsGenerated by umod; model author's documentation MISSING.protected NonNullMap<Definition, DefInstance> ResolvedModule.defInstancesGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullList<LocString>> SourceItem.docuGenerated by umod; model author's documentation MISSING.static final NonNullMap<String, Definition> TagsRegExp.emptyLocalsprotected @Opt NonNullMap<String, Expression> Expression.firstsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, Expression> ImportItem.globalSubstsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, ImportItem> Module.importsGenerated by umod; model author's documentation MISSING.protected NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> Enumeration.itemDocuGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, Integer> Enumeration.itemsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, Definition> TagsRegExp.localdefsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullMap<String, Expression>> ImportItem.localSubstsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, Module> Module.modulesGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, Module> ResolvedModule.rawModulesGenerated by umod; model author's documentation MISSING.protected NonNullMap<Integer, String> Enumeration.reprGenerated by umod; model author's documentation MISSING.protected NonNullMap<Integer, NonNullSet<String>> Enumeration.reverseGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> AdditionalDocs.textrealizes the mappinglanguage(/target) -> modulename -> definition -> docText.protected @Opt NonNullMap<String, Expression> Expression.weakfirstsGenerated by umod; model author's documentation MISSING.protected @Opt NonNullMap<Definition, Boolean> XRegExp.xattributesLists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
The type of this field isNonNullMap<Definition(nevernull),java.lang.Boolean(nevernull)>(maybenull)
Its value defaults tonull.
Fields in eu.bandm.tools.d2d2.model with type parameters of type NonNullMapModifier and TypeFieldDescriptionstatic final Function<Module, NonNullMap<String, Definition>> Module.get_definitionsDeprecated.Use new '::' method reference instead.static final Function<ResolvedModule, NonNullMap<Definition, DefInstance>> ResolvedModule.get_defInstancesDeprecated.Use new '::' method reference instead.static final Function<SourceItem, NonNullMap<String, NonNullList<LocString>>> SourceItem.get_docuDeprecated.Use new '::' method reference instead.static final Function<Expression, @Opt NonNullMap<String, Expression>> Expression.get_firstsDeprecated.Use new '::' method reference instead.static final Function<ImportItem, NonNullMap<String, Expression>> ImportItem.get_globalSubstsDeprecated.Use new '::' method reference instead.static final Function<Module, NonNullMap<String, ImportItem>> Module.get_importsDeprecated.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<Enumeration, NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>>> Enumeration.get_itemDocuDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullMap<String, Integer>> Enumeration.get_itemsDeprecated.Use new '::' method reference instead.static final Function<TagsRegExp, NonNullMap<String, Definition>> TagsRegExp.get_localdefsDeprecated.Use new '::' method reference instead.static final Function<ImportItem, NonNullMap<String, NonNullMap<String, Expression>>> ImportItem.get_localSubstsDeprecated.Use new '::' method reference instead.static final Function<ImportItem, NonNullMap<String, NonNullMap<String, Expression>>> ImportItem.get_localSubstsDeprecated.Use new '::' method reference instead.static final Function<Module, NonNullMap<String, Module>> Module.get_modulesDeprecated.Use new '::' method reference instead.static final Function<ResolvedModule, NonNullMap<String, Module>> ResolvedModule.get_rawModulesDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullMap<Integer, String>> Enumeration.get_reprDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullMap<Integer, NonNullSet<String>>> Enumeration.get_reverseDeprecated.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.static final Function<AdditionalDocs, NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>>> AdditionalDocs.get_textDeprecated.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.static final Function<Expression, @Opt NonNullMap<String, Expression>> Expression.get_weakfirstsDeprecated.Use new '::' method reference instead.static final Function<XRegExp, @Opt NonNullMap<Definition, Boolean>> XRegExp.get_xattributesDeprecated.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, Expression>> ImportItem.localSubstsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> AdditionalDocs.textrealizes the mappinglanguage(/target) -> modulename -> definition -> docText.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 NonNullMapModifier and TypeMethodDescriptionModule.get_definitions()Generated by umod; model author's documentation MISSING.ResolvedModule.get_defInstances()Generated by umod; model author's documentation MISSING.SourceItem.get_docu()Generated by umod; model author's documentation MISSING.Expression.get_firsts()Generated by umod; model author's documentation MISSING.ImportItem.get_globalSubsts()Generated by umod; model author's documentation MISSING.Module.get_imports()Generated by umod; model author's documentation MISSING.Enumeration.get_itemDocu()Generated by umod; model author's documentation MISSING.Enumeration.get_items()Generated by umod; model author's documentation MISSING.TagsRegExp.get_localdefs()Generated by umod; model author's documentation MISSING.ImportItem.get_localSubsts()Generated by umod; model author's documentation MISSING.Module.get_modules()Generated by umod; model author's documentation MISSING.ResolvedModule.get_rawModules()Generated by umod; model author's documentation MISSING.Enumeration.get_repr()Generated by umod; model author's documentation MISSING.Enumeration.get_reverse()Generated by umod; model author's documentation MISSING.AdditionalDocs.get_text()realizes the mappinglanguage(/target) -> modulename -> definition -> docText.Expression.get_weakfirsts()Generated by umod; model author's documentation MISSING.XRegExp.get_xattributes()Lists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
Generated getter method.protected NonNullMap<String, NonNullList<LocString>> __SAX_Parser.parse_1()protected NonNullMap<String, Expression> __SAX_Parser.parse_10()protected NonNullMap<Definition, Boolean> __SAX_Parser.parse_11()protected NonNullMap<String, Definition> __SAX_Parser.parse_12()protected NonNullMap<String, Integer> __SAX_Parser.parse_14()protected NonNullMap<Integer, NonNullSet<String>> __SAX_Parser.parse_16()protected NonNullMap<Integer, String> __SAX_Parser.parse_17()protected NonNullMap<String, NonNullList<LocString>> __SAX_Parser.parse_19()protected NonNullMap<String, Module> __SAX_Parser.parse_2()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()protected NonNullMap<String, Expression> __SAX_Parser.parse_26()protected NonNullMap<String, Expression> __SAX_Parser.parse_27()protected NonNullMap<String, ImportItem> __SAX_Parser.parse_3()protected NonNullMap<String, Definition> __SAX_Parser.parse_4()protected NonNullMap<Definition, DefInstance> __SAX_Parser.parse_6()protected NonNullMap<String, Module> __SAX_Parser.parse_7()protected NonNullMap<String, Expression> __SAX_Parser.parse_8()protected NonNullMap<String, NonNullMap<String, Expression>> __SAX_Parser.parse_9()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type NonNullMapModifier and TypeMethodDescriptionEnumeration.get_itemDocu()Generated by umod; model author's documentation MISSING.ImportItem.get_localSubsts()Generated by umod; model author's documentation MISSING.AdditionalDocs.get_text()realizes the mappinglanguage(/target) -> modulename -> definition -> docText.AdditionalDocs.get_text()realizes the mappinglanguage(/target) -> modulename -> definition -> docText.protected NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> __SAX_Parser.parse_20()protected NonNullMap<String, NonNullMap<String, NonNullList<LocString>>> __SAX_Parser.parse_23()protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> __SAX_Parser.parse_24()protected NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> __SAX_Parser.parse_24()protected NonNullMap<String, NonNullMap<String, Expression>> __SAX_Parser.parse_9()Methods in eu.bandm.tools.d2d2.model with parameters of type NonNullMapModifier and TypeMethodDescriptionvoidEnumeration.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.voidImportItem.put_localSubsts(String key0, NonNullMap<String, Expression> 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.booleanModule.set_definitions(NonNullMap<String, Definition> val) Generated by umod; model author's documentation MISSING.booleanResolvedModule.set_defInstances(NonNullMap<Definition, DefInstance> val) Generated by umod; model author's documentation MISSING.booleanSourceItem.set_docu(NonNullMap<String, NonNullList<LocString>> val) Generated by umod; model author's documentation MISSING.booleanExpression.set_firsts(@Opt NonNullMap<String, Expression> val) Generated by umod; model author's documentation MISSING.booleanImportItem.set_globalSubsts(NonNullMap<String, Expression> val) Generated by umod; model author's documentation MISSING.booleanModule.set_imports(NonNullMap<String, ImportItem> 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.booleanEnumeration.set_items(NonNullMap<String, Integer> val) Generated by umod; model author's documentation MISSING.booleanTagsRegExp.set_localdefs(NonNullMap<String, Definition> val) Generated by umod; model author's documentation MISSING.booleanImportItem.set_localSubsts(NonNullMap<String, NonNullMap<String, Expression>> val) Generated by umod; model author's documentation MISSING.booleanModule.set_modules(NonNullMap<String, Module> val) Generated by umod; model author's documentation MISSING.booleanResolvedModule.set_rawModules(NonNullMap<String, Module> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_repr(NonNullMap<Integer, String> val) Generated by umod; model author's documentation MISSING.booleanEnumeration.set_reverse(NonNullMap<Integer, NonNullSet<String>> 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.booleanExpression.set_weakfirsts(@Opt NonNullMap<String, Expression> val) Generated by umod; model author's documentation MISSING.booleanXRegExp.set_xattributes(@Opt NonNullMap<Definition, Boolean> val) Lists all sub-expressions to realize as XML attributes, and whether optional.(transient cache)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":244.9-245.9, see this pretty print.)
Updates the (mutable) instance destructively.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type NonNullMapModifier and TypeMethodDescriptionModule.get_definitions(Pattern<? super NonNullMap<String, Definition>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ResolvedModule> ResolvedModule.get_defInstances(Pattern<? super NonNullMap<Definition, DefInstance>> p) Lifts a pattern which matches the field value to one which matches this whole object.static 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<Expression> Expression.get_firsts(Pattern<? super @Opt NonNullMap<String, Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_globalSubsts(Pattern<? super NonNullMap<String, Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_imports(Pattern<? super NonNullMap<String, ImportItem>> 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.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.static Pattern<Enumeration> Enumeration.get_items(Pattern<? super NonNullMap<String, Integer>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TagsRegExp> TagsRegExp.get_localdefs(Pattern<? super NonNullMap<String, Definition>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_localSubsts(Pattern<? super NonNullMap<String, NonNullMap<String, Expression>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ImportItem> ImportItem.get_localSubsts(Pattern<? super NonNullMap<String, NonNullMap<String, Expression>>> p) Lifts a pattern which matches the field value to one which matches this whole object.Module.get_modules(Pattern<? super NonNullMap<String, Module>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<ResolvedModule> ResolvedModule.get_rawModules(Pattern<? super NonNullMap<String, Module>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_repr(Pattern<? super NonNullMap<Integer, String>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<Enumeration> Enumeration.get_reverse(Pattern<? super NonNullMap<Integer, NonNullSet<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.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.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.static Pattern<Expression> Expression.get_weakfirsts(Pattern<? super @Opt NonNullMap<String, Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.XRegExp.get_xattributes(Pattern<? super @Opt NonNullMap<Definition, Boolean>> p) Lifts a pattern which matches the field value to one which matches this whole object.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.booleanEnumeration.set_itemDocu(NonNullMap<Integer, NonNullMap<String, NonNullList<LocString>>> val) Generated by umod; model author's documentation MISSING.booleanImportItem.set_localSubsts(NonNullMap<String, NonNullMap<String, Expression>> 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.booleanAdditionalDocs.set_text(NonNullMap<String, NonNullMap<String, NonNullMap<String, NonNullList<LocString>>>> val) realizes the mappinglanguage(/target) -> modulename -> definition -> docText. -
Uses of NonNullMap in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<Expression, PermutationSubexpression> PermutationGroup.subsGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type NonNullMapModifier and TypeFieldDescriptionstatic final Function<PermutationGroup, NonNullMap<Expression, PermutationSubexpression>> PermutationGroup.get_subsDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return NonNullMapModifier and TypeMethodDescriptionPermutationGroup.get_subs()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type NonNullMapModifier and TypeMethodDescriptionbooleanPermutationGroup.set_subs(NonNullMap<Expression, PermutationSubexpression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type NonNullMapModifier and TypeMethodDescriptionstatic Pattern<PermutationGroup> PermutationGroup.get_subs(Pattern<? super NonNullMap<Expression, PermutationSubexpression>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of NonNullMap in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<NamespaceName, DTM.Attribute> DTM.Element.attrsGenerated by umod; model author's documentation MISSING.protected NonNullMap<NamespaceName, DTM.Element> DTM.Dtd.elemsGenerated by umod; model author's documentation MISSING.protected NonNullMap<String, NonNullList<DTM.ProcessingInstruction>> DTM.Dtd.instructionsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return NonNullMapModifier and TypeMethodDescriptionDTM.Element.get_attrs()Generated by umod; model author's documentation MISSING.DTM.Dtd.get_elems()Generated by umod; model author's documentation MISSING.DTM.Dtd.get_instructions()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with parameters of type NonNullMapModifier and TypeMethodDescriptionbooleanDTM.Element.set_attrs(NonNullMap<NamespaceName, DTM.Attribute> val) Generated by umod; model author's documentation MISSING.booleanDTM.Dtd.set_elems(NonNullMap<NamespaceName, DTM.Element> val) Generated by umod; model author's documentation MISSING.booleanDTM.Dtd.set_instructions(NonNullMap<String, NonNullList<DTM.ProcessingInstruction>> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type NonNullMapModifier and TypeMethodDescriptionstatic Pattern<DTM.Element> DTM.Element.get_attrs(Pattern<? super NonNullMap<NamespaceName, DTM.Attribute>> p) Lifts a pattern which matches the field value to one which matches this whole object.DTM.Dtd.get_elems(Pattern<? super NonNullMap<NamespaceName, DTM.Element>> 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. -
Uses of NonNullMap in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<LLJava.Name, LLJava.Block> LLJava.Block.controlEnvGenerated by umod; model author's documentation MISSING.protected NonNullMap<LLJava.Name, LLJava.Variable> LLJava.Block.dataEnvGenerated by umod; model author's documentation MISSING.protected NonNullMap<LLJava.Id, LLJava.AnnotationValue> LLJava.Annotation.elemsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return NonNullMapModifier and TypeMethodDescriptionLLJava.Block.get_controlEnv()Generated by umod; model author's documentation MISSING.LLJava.Block.get_dataEnv()Generated by umod; model author's documentation MISSING.LLJava.Annotation.get_elems()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy with parameters of type NonNullMapModifier and TypeMethodDescriptionbooleanLLJava.Block.set_controlEnv(NonNullMap<LLJava.Name, LLJava.Block> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Block.set_dataEnv(NonNullMap<LLJava.Name, LLJava.Variable> val) Generated by umod; model author's documentation MISSING.booleanLLJava.Annotation.set_elems(NonNullMap<LLJava.Id, LLJava.AnnotationValue> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type NonNullMapModifier and TypeMethodDescriptionstatic Pattern<LLJava.Block> LLJava.Block.get_controlEnv(Pattern<? super NonNullMap<LLJava.Name, LLJava.Block>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Block> LLJava.Block.get_dataEnv(Pattern<? super NonNullMap<LLJava.Name, LLJava.Variable>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Annotation> LLJava.Annotation.get_elems(Pattern<? super NonNullMap<LLJava.Id, LLJava.AnnotationValue>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of NonNullMap in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<String, String> UMod.EnumDef.docusprotected NonNullMap<UMod.Item, NonNullList<String>> UMod.Forest.docutextsprotected NonNullMap<String, UMod.FieldDef> UMod.ClassDef.fieldsbynameprotected NonNullMap<Integer, String> UMod.FieldDef.lrcodesprotected NonNullMap<Integer, NonNullMap<Integer, UMod.FieldDef>> UMod.ClassDef.prConstrprotected NonNullMap<Integer, NonNullMap<Integer, UMod.FieldDef>> UMod.ClassDef.prVisitorsprotected NonNullMap<Integer, NonNullSet<UMod.T_reference>> UMod.FieldDef.visitable_typesFields in eu.bandm.tools.umod with type parameters of type NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<Integer, NonNullMap<Integer, UMod.FieldDef>> UMod.ClassDef.prConstrprotected NonNullMap<Integer, NonNullMap<Integer, UMod.FieldDef>> UMod.ClassDef.prVisitorsMethods in eu.bandm.tools.umod that return NonNullMapModifier and TypeMethodDescriptionprotected NonNullMap<String, String> UMod.EnumDef.get_docus()UMod.ClassDef.get_fieldsbyname()protected NonNullMap<Integer, String> UMod.FieldDef.get_lrcodes()protected NonNullMap<Integer, NonNullSet<UMod.T_reference>> UMod.FieldDef.get_visitable_types()Method parameters in eu.bandm.tools.umod with type arguments of type NonNullMapModifier and TypeMethodDescriptionprotected voidReducer.patchPragmas(Collection<NonNullMap<Integer, UMod.FieldDef>> maps) -
Uses of NonNullMap in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime that return NonNullMapModifier and TypeMethodDescriptionstatic <A,B> NonNullMap <A, B> CollectionFactory.newNonNullMap(Class<?> classA, Class<?> classB) Factory method. -
Uses of NonNullMap in eu.bandm.tools.util.nonnull
Classes in eu.bandm.tools.util.nonnull that implement NonNullMapModifier and TypeClassDescriptionclassNonNullEnumMap<D extends Enum<D>,R> Implements an enumeration map which is strict in values.(package private) classNonNullProxy<K2,V2> Internal proxy which inserts the checks for non-null into all state-changing methods.Methods in eu.bandm.tools.util.nonnull that return NonNullMapModifier and TypeMethodDescriptionstatic <K1,V1> NonNullMap <K1, V1> Creates an unmodifiable snapshot copy containing all elements in the prototype.static <K1,V1> NonNullMap <K1, V1> Creates an independent instance, initialized to contain all elements in the prototype.static <K1,V1> NonNullMap <K1, V1> NonNullMap.newInstance()Creates a new instance and uses aHashMapas its peer.static <K1,V1> NonNullMap <K1, V1> NonNullMap.newInstance(Supplier<Map<K1, V1>> supplier) Creates a new instance and uses a map returned by the given supplier as its peer. -
Uses of NonNullMap in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNameprotected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNsUriprotected NonNullMap<Double, Rt.TemplatesByKind> Rt.TemplatesByPrior.byPriorprotected NonNullMap<String, Rt.TemplateEntry> Rt.TemplatesByKind.elemsByIdprotected NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByKeyprotected NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNameprotected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNsUriprotected NonNullMap<Double, Rt.TemplatesByKind> Rt.TemplatesByPrior.inverseprotected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.piByNameFields in eu.bandm.tools.xslt.base with type parameters of type NonNullMapModifier and TypeFieldDescriptionprotected NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByKeystatic final Function<Rt.TemplatesByKind, NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNsUriDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior, NonNullMap<Double, Rt.TemplatesByKind>> Rt.TemplatesByPrior.get_byPriorDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, Rt.TemplateEntry>> Rt.TemplatesByKind.get_elemsByIdDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByKeyDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByKeyDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNsUriDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByPrior, NonNullMap<Double, Rt.TemplatesByKind>> Rt.TemplatesByPrior.get_inverseDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_piByNameDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.xslt.base that return NonNullMapModifier and TypeMethodDescriptionRt.TemplatesByKind.get_attrsByName()Rt.TemplatesByKind.get_attrsByNsUri()Rt.TemplatesByPrior.get_byPrior()Rt.TemplatesByKind.get_elemsById()Rt.TemplatesByKind.get_elemsByKey()Rt.TemplatesByKind.get_elemsByName()Rt.TemplatesByKind.get_elemsByNsUri()Rt.TemplatesByPrior.get_inverse()Rt.TemplatesByKind.get_piByName()Methods in eu.bandm.tools.xslt.base that return types with arguments of type NonNullMapMethods in eu.bandm.tools.xslt.base with parameters of type NonNullMapModifier and TypeMethodDescriptionvoidRt.TemplatesByKind.put_elemsByKey(String key0, NonNullMap<String, Rt.TemplateEntry> value) booleanRt.TemplatesByKind.set_attrsByName(NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_attrsByNsUri(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByPrior.set_byPrior(NonNullMap<Double, Rt.TemplatesByKind> val) booleanRt.TemplatesByKind.set_elemsById(NonNullMap<String, Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_elemsByKey(NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByName(NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByNsUri(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByPrior.set_inverse(NonNullMap<Double, Rt.TemplatesByKind> val) booleanRt.TemplatesByKind.set_piByName(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val) Method parameters in eu.bandm.tools.xslt.base with type arguments of type NonNullMapModifier and TypeMethodDescriptionbooleanRt.TemplatesByKind.set_elemsByKey(NonNullMap<String, NonNullMap<String, Rt.TemplateEntry>> val)