Uses of Interface
eu.bandm.tools.util.nonnull.NonNullSet
Packages that use NonNullSet
Package
Description
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.
Type checking for tpath expressions.
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 NonNullSet in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model declared as NonNullSetModifier and TypeFieldDescriptionprotected NonNullSet<String> DefInstance.importKeysGenerated by umod; model author's documentation MISSING.protected NonNullSet<Expression> Perm.obligatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type NonNullSetModifier and TypeFieldDescriptionstatic final Function<DefInstance, NonNullSet<String>> DefInstance.get_importKeysDeprecated.Use new '::' method reference instead.static final Function<Perm, NonNullSet<Expression>> Perm.get_obligatesDeprecated.Use new '::' method reference instead.static final Function<Enumeration, NonNullMap<Integer, NonNullSet<String>>> Enumeration.get_reverseDeprecated.Use new '::' method reference instead.protected NonNullMap<Integer, NonNullSet<String>> Enumeration.reverseGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model that return NonNullSetModifier and TypeMethodDescriptionDefInstance.get_importKeys()Generated by umod; model author's documentation MISSING.Perm.get_obligates()Generated by umod; model author's documentation MISSING.protected NonNullSet<String> __SAX_Parser.parse_15()protected NonNullSet<String> __SAX_Parser.parse_25()protected NonNullSet<Expression> __SAX_Parser.parse_29()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type NonNullSetModifier and TypeMethodDescriptionEnumeration.get_reverse()Generated by umod; model author's documentation MISSING.protected NonNullMap<Integer, NonNullSet<String>> __SAX_Parser.parse_16()Methods in eu.bandm.tools.d2d2.model with parameters of type NonNullSetModifier and TypeMethodDescriptionvoidEnumeration.put_reverse(int key0, NonNullSet<String> value) Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.booleanDefInstance.set_importKeys(NonNullSet<String> val) Generated by umod; model author's documentation MISSING.Perm.with_obligates(NonNullSet<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type NonNullSetModifier and TypeMethodDescriptionstatic Pattern<DefInstance> DefInstance.get_importKeys(Pattern<? super NonNullSet<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.Perm.get_obligates(Pattern<? super NonNullSet<Expression>> 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.booleanEnumeration.set_reverse(NonNullMap<Integer, NonNullSet<String>> val) Generated by umod; model author's documentation MISSING. -
Uses of NonNullSet in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as NonNullSetModifier and TypeFieldDescriptionprotected NonNullSet<Expression> State_perm.consumedGenerated by umod; model author's documentation MISSING.protected NonNullSet<Expression> State_perm.obligatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type NonNullSetModifier and TypeFieldDescriptionstatic final Function<State_perm, NonNullSet<Expression>> State_perm.get_consumedDeprecated.Use new '::' method reference instead.static final Function<State_perm, NonNullSet<Expression>> State_perm.get_obligatesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return NonNullSetModifier and TypeMethodDescriptionState_perm.get_consumed()Generated by umod; model author's documentation MISSING.State_perm.get_obligates()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.rt with parameters of type NonNullSetModifier and TypeMethodDescriptionbooleanState_perm.set_consumed(NonNullSet<Expression> val) Generated by umod; model author's documentation MISSING.booleanState_perm.set_obligates(NonNullSet<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type NonNullSetModifier and TypeMethodDescriptionstatic Pattern<State_perm> State_perm.get_consumed(Pattern<? super NonNullSet<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<State_perm> State_perm.get_obligates(Pattern<? super NonNullSet<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of NonNullSet in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as NonNullSetModifier and TypeFieldDescriptionprotected NonNullSet<DTM.ElementRef> DTM.Mixed.elemsGenerated by umod; model author's documentation MISSING.protected NonNullSet<String> DTM.Enumerated.valuesGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return NonNullSetModifier and TypeMethodDescriptionDTM.Mixed.get_elems()Generated by umod; model author's documentation MISSING.DTM.Enumerated.get_values()Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with parameters of type NonNullSetModifier and TypeMethodDescriptionDTM.Mixed.with_elems(NonNullSet<DTM.ElementRef> val) Generated by umod; model author's documentation MISSING.DTM.Enumerated.with_values(NonNullSet<String> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type NonNullSetModifier and TypeMethodDescriptionDTM.Mixed.get_elems(Pattern<? super NonNullSet<DTM.ElementRef>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.Enumerated> DTM.Enumerated.get_values(Pattern<? super NonNullSet<String>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of NonNullSet in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as NonNullSetModifier and TypeFieldDescriptionprotected NonNullSet<Integer> LLJava.Case.labelsGenerated by umod; model author's documentation MISSING.protected NonNullSet<LLJava.Instruction> LLJava.CodeMethodBody.stackMapPlacesThe set of instructions requiring stack map information in the code of this method.Methods in eu.bandm.tools.lljava.absy that return NonNullSetModifier and TypeMethodDescriptionLLJava.Case.get_labels()Generated by umod; model author's documentation MISSING.LLJava.CodeMethodBody.get_stackMapPlaces()The set of instructions requiring stack map information in the code of this method.Methods in eu.bandm.tools.lljava.absy with parameters of type NonNullSetModifier and TypeMethodDescriptionbooleanLLJava.Case.set_labels(NonNullSet<Integer> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_stackMapPlaces(NonNullSet<LLJava.Instruction> val) The set of instructions requiring stack map information in the code of this method.Method parameters in eu.bandm.tools.lljava.absy with type arguments of type NonNullSetModifier and TypeMethodDescriptionstatic Pattern<LLJava.Case> LLJava.Case.get_labels(Pattern<? super NonNullSet<Integer>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.CodeMethodBody> LLJava.CodeMethodBody.get_stackMapPlaces(Pattern<? super NonNullSet<LLJava.Instruction>> 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 NonNullSetModifierConstructorDescriptionCase(NonNullSet<Integer> labels, boolean isDefault, LLJava.CodePoint body) Constructor defined according to directive »C 0/..«.
-
Uses of NonNullSet in eu.bandm.tools.tpath.type
Fields in eu.bandm.tools.tpath.type declared as NonNullSetFields in eu.bandm.tools.tpath.type with type parameters of type NonNullSetModifier and TypeFieldDescriptionstatic final Function<Node.Enumerated, NonNullSet<String>> Node.Enumerated.get_valuesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.type that return NonNullSetMethods in eu.bandm.tools.tpath.type with parameters of type NonNullSet -
Uses of NonNullSet in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod declared as NonNullSetModifier and TypeFieldDescription(package private) final NonNullSet<UMod.T_reference> UMod2visitors.V_makeDescend.visitable_leaf_typesDeprecated.(package private) final NonNullSet<UMod.T_reference> UMod2visitors.V_makeVDescend.visitable_leaf_typesFields in eu.bandm.tools.umod with type parameters of type NonNullSetModifier and TypeFieldDescriptionprotected NonNullMap<Integer, NonNullSet<UMod.T_reference>> UMod.FieldDef.visitable_typesMethods in eu.bandm.tools.umod that return types with arguments of type NonNullSetModifier and TypeMethodDescriptionprotected NonNullMap<Integer, NonNullSet<UMod.T_reference>> UMod.FieldDef.get_visitable_types() -
Uses of NonNullSet in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime that return NonNullSetModifier and TypeMethodDescriptionstatic <A> NonNullSet<A> CollectionFactory.newNonNullSet(Class<?> elementClass) Factory method. -
Uses of NonNullSet in eu.bandm.tools.util.nonnull
Classes in eu.bandm.tools.util.nonnull that implement NonNullSetModifier and TypeClassDescription(package private) classSetProxy<E2>Internal proxy which inserts the checks for non-null into all state-changing methods.Methods in eu.bandm.tools.util.nonnull that return NonNullSetModifier and TypeMethodDescriptionstatic <T> NonNullSet<T> Creates an unmodifiable snapshot copy containing all elements in the prototype.static <T> NonNullSet<T> Creates an independent instance, initialized to contain all elements in the prototype.static <E1> NonNullSet<E1> NonNullSet.newInstance()Creates a new instance and uses aHashSetas its peer.static <E1> NonNullSet<E1> NonNullSet.newInstance(Supplier<Set<E1>> supplier) Creates a new instance and uses a set returned by the given supplier as its peer.static <T1> NonNullSet<T1> NonNullSet.singleton(T1 x) Return an unmodifiable singleton set with the given data. -
Uses of NonNullSet in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as NonNullSetModifier and TypeFieldDescriptionprotected NonNullSet<XMLDocumentIdentifier> Rt.Report.allFilesprotected NonNullSet<Rt.TemplateEntry> Rt.TemplatesByKind.allPisprotected NonNullSet<Rt.TemplateEntry> Rt.TemplatesByKind.commentprotected NonNullSet<Rt.TemplateEntry> Rt.TemplatesByKind.nodeprotected NonNullSet<Rt.TemplateEntry> Rt.TemplatesByKind.textprotected NonNullSet<NamespaceName> Rt.Report.undefDefsprotected NonNullSet<NamespaceName> Rt.Report.undefModesprotected NonNullSet<Rt.Definition> Rt.Report.unusedDefsFields in eu.bandm.tools.xslt.base with type parameters of type NonNullSetModifier and TypeFieldDescriptionprotected NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNameprotected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNsUriprotected NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNameprotected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNsUristatic final Function<Rt.Report, NonNullSet<XMLDocumentIdentifier>> Rt.Report.get_allFilesDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_allPisDeprecated.Use new '::' method reference instead.static 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.TemplatesByKind, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_commentDeprecated.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.TemplatesByKind, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_nodeDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullMap<String, NonNullSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_piByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_textDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, NonNullSet<NamespaceName>> Rt.Report.get_undefDefsDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, NonNullSet<NamespaceName>> Rt.Report.get_undefModesDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, NonNullSet<Rt.Definition>> Rt.Report.get_unusedDefsDeprecated.Use new '::' method reference instead.protected NonNullMap<String, NonNullSet<Rt.TemplateEntry>> Rt.TemplatesByKind.piByNameMethods in eu.bandm.tools.xslt.base that return NonNullSetModifier and TypeMethodDescriptionRt.Report.get_allFiles()Rt.TemplatesByKind.get_allPis()Rt.TemplatesByKind.get_comment()Rt.TemplatesByKind.get_node()Rt.TemplatesByKind.get_text()Rt.Report.get_undefDefs()Rt.Report.get_undefModes()Rt.Report.get_unusedDefs()Methods in eu.bandm.tools.xslt.base that return types with arguments of type NonNullSetModifier and TypeMethodDescriptionRt.TemplatesByKind.get_attrsByName()Rt.TemplatesByKind.get_attrsByNsUri()Rt.TemplatesByKind.get_elemsByName()Rt.TemplatesByKind.get_elemsByNsUri()Rt.TemplatesByKind.get_piByName()Methods in eu.bandm.tools.xslt.base with parameters of type NonNullSetModifier and TypeMethodDescriptionvoidRt.TemplatesByKind.put_attrsByName(NamespaceName key0, NonNullSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_attrsByNsUri(String key0, NonNullSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_elemsByName(NamespaceName key0, NonNullSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_elemsByNsUri(String key0, NonNullSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_piByName(String key0, NonNullSet<Rt.TemplateEntry> value) booleanRt.Report.set_allFiles(NonNullSet<XMLDocumentIdentifier> val) booleanRt.TemplatesByKind.set_allPis(NonNullSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_comment(NonNullSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_node(NonNullSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_text(NonNullSet<Rt.TemplateEntry> val) booleanRt.Report.set_undefDefs(NonNullSet<NamespaceName> val) booleanRt.Report.set_undefModes(NonNullSet<NamespaceName> val) booleanRt.Report.set_unusedDefs(NonNullSet<Rt.Definition> val) Method parameters in eu.bandm.tools.xslt.base with type arguments of type NonNullSetModifier and TypeMethodDescriptionbooleanRt.TemplatesByKind.set_attrsByName(NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_attrsByNsUri(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByName(NonNullMap<NamespaceName, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByNsUri(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_piByName(NonNullMap<String, NonNullSet<Rt.TemplateEntry>> val)