Uses of Class
eu.bandm.tools.umod.runtime.CheckedSet
Packages that use CheckedSet
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.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of CheckedSet in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model declared as CheckedSetModifier and TypeFieldDescriptionprotected CheckedSet<String> DefInstance.importKeysGenerated by umod; model author's documentation MISSING.protected CheckedSet<Expression> Perm.obligatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.model with type parameters of type CheckedSetModifier and TypeFieldDescriptionstatic final Function<DefInstance, CheckedSet<String>> DefInstance.get_importKeysDeprecated.Use new '::' method reference instead.static final Function<Perm, CheckedSet<Expression>> Perm.get_obligatesDeprecated.Use new '::' method reference instead.static final Function<Enumeration, CheckedMap_RD<Integer, CheckedSet<String>>> Enumeration.get_reverseDeprecated.Use new '::' method reference instead.protected CheckedMap_RD<Integer, CheckedSet<String>> Enumeration.reverseGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model that return CheckedSetModifier and TypeMethodDescriptionDefInstance.get_importKeys()Generated by umod; model author's documentation MISSING.Perm.get_obligates()Generated by umod; model author's documentation MISSING.protected CheckedSet<String> __SAX_Parser.parse_15()protected CheckedSet<String> __SAX_Parser.parse_25()protected CheckedSet<Expression> __SAX_Parser.parse_29()Methods in eu.bandm.tools.d2d2.model that return types with arguments of type CheckedSetModifier and TypeMethodDescriptionEnumeration.get_reverse()Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<Integer, CheckedSet<String>> __SAX_Parser.parse_16()Methods in eu.bandm.tools.d2d2.model with parameters of type CheckedSetModifier and TypeMethodDescriptionvoidEnumeration.put_reverse(int key0, CheckedSet<String> value) Convenience un-Currying method.booleanDefInstance.set_importKeys(CheckedSet<String> val) Generated by umod; model author's documentation MISSING.Perm.with_obligates(CheckedSet<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.model with type arguments of type CheckedSetModifier and TypeMethodDescriptionstatic Pattern<DefInstance> DefInstance.get_importKeys(Pattern<? super CheckedSet<String>> p) Lifts a pattern which matches the field value to one which matches this whole object.Perm.get_obligates(Pattern<? super CheckedSet<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 CheckedMap_RD<Integer, CheckedSet<String>>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanEnumeration.set_reverse(CheckedMap_RD<Integer, CheckedSet<String>> val) Generated by umod; model author's documentation MISSING. -
Uses of CheckedSet in eu.bandm.tools.d2d2.rt
Fields in eu.bandm.tools.d2d2.rt declared as CheckedSetModifier and TypeFieldDescriptionprotected CheckedSet<Expression> State_perm.consumedGenerated by umod; model author's documentation MISSING.protected CheckedSet<Expression> State_perm.obligatesGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.d2d2.rt with type parameters of type CheckedSetModifier and TypeFieldDescriptionstatic final Function<State_perm, CheckedSet<Expression>> State_perm.get_consumedDeprecated.Use new '::' method reference instead.static final Function<State_perm, CheckedSet<Expression>> State_perm.get_obligatesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.rt that return CheckedSetModifier 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 CheckedSetModifier and TypeMethodDescriptionbooleanState_perm.set_consumed(CheckedSet<Expression> val) Generated by umod; model author's documentation MISSING.booleanState_perm.set_obligates(CheckedSet<Expression> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.d2d2.rt with type arguments of type CheckedSetModifier and TypeMethodDescriptionstatic Pattern<State_perm> State_perm.get_consumed(Pattern<? super CheckedSet<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 CheckedSet<Expression>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of CheckedSet in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm declared as CheckedSetModifier and TypeFieldDescriptionprotected CheckedSet<DTM.ElementRef> DTM.Mixed.elemsGenerated by umod; model author's documentation MISSING.protected CheckedSet<String> DTM.Enumerated.valuesGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return CheckedSetModifier 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 CheckedSetModifier and TypeMethodDescriptionDTM.Mixed.with_elems(CheckedSet<DTM.ElementRef> val) Generated by umod; model author's documentation MISSING.DTM.Enumerated.with_values(CheckedSet<String> val) Generated by umod; model author's documentation MISSING.Method parameters in eu.bandm.tools.dtm with type arguments of type CheckedSetModifier and TypeMethodDescriptionDTM.Mixed.get_elems(Pattern<? super CheckedSet<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 CheckedSet<String>> p) Lifts a pattern which matches the field value to one which matches this whole object. -
Uses of CheckedSet in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as CheckedSetModifier and TypeFieldDescriptionprotected CheckedSet<Integer> LLJava.Case.labelsGenerated by umod; model author's documentation MISSING.protected CheckedSet<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 CheckedSetModifier 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 CheckedSetModifier and TypeMethodDescriptionbooleanLLJava.Case.set_labels(CheckedSet<Integer> val) Generated by umod; model author's documentation MISSING.booleanLLJava.CodeMethodBody.set_stackMapPlaces(CheckedSet<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 CheckedSetModifier and TypeMethodDescriptionstatic Pattern<LLJava.Case> LLJava.Case.get_labels(Pattern<? super CheckedSet<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 CheckedSet<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 CheckedSetModifierConstructorDescriptionCase(CheckedSet<Integer> labels, boolean isDefault, LLJava.CodePoint body) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of CheckedSet in eu.bandm.tools.tpath.type
Fields in eu.bandm.tools.tpath.type declared as CheckedSetFields in eu.bandm.tools.tpath.type with type parameters of type CheckedSetModifier and TypeFieldDescriptionstatic final Function<Node.Enumerated, CheckedSet<String>> Node.Enumerated.get_valuesDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.type that return CheckedSetModifier and TypeMethodDescriptionNode.Enumerated.get_values()protected CheckedSet<String> Node.__SAX_Parser.parse_0()Methods in eu.bandm.tools.tpath.type with parameters of type CheckedSet -
Uses of CheckedSet in eu.bandm.tools.umod
Fields in eu.bandm.tools.umod declared as CheckedSetModifier and TypeFieldDescription(package private) final CheckedSet<UMod.T_reference> UMod2visitors.V_makeDescend.visitable_leaf_typesDeprecated.(package private) final CheckedSet<UMod.T_reference> UMod2visitors.V_makeVDescend.visitable_leaf_typesFields in eu.bandm.tools.umod with type parameters of type CheckedSetModifier and TypeFieldDescriptionprotected CheckedMap_RD<Integer, CheckedSet<UMod.T_reference>> UMod.FieldDef.visitable_typesMethods in eu.bandm.tools.umod that return types with arguments of type CheckedSetModifier and TypeMethodDescriptionprotected CheckedMap_RD<Integer, CheckedSet<UMod.T_reference>> UMod.FieldDef.get_visitable_types() -
Uses of CheckedSet in eu.bandm.tools.umod.runtime
Methods in eu.bandm.tools.umod.runtime that return CheckedSetModifier and TypeMethodDescriptionstatic <T> CheckedSet<T> static <T1> CheckedSet<T1> CheckedSet.singleton(T1 x) -
Uses of CheckedSet in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as CheckedSetModifier and TypeFieldDescriptionprotected CheckedSet<XMLDocumentIdentifier> Rt.Report.allFilesprotected CheckedSet<Rt.TemplateEntry> Rt.TemplatesByKind.allPisprotected CheckedSet<Rt.TemplateEntry> Rt.TemplatesByKind.commentprotected CheckedSet<Rt.TemplateEntry> Rt.TemplatesByKind.nodeprotected CheckedSet<Rt.TemplateEntry> Rt.TemplatesByKind.textprotected CheckedSet<NamespaceName> Rt.Report.undefDefsprotected CheckedSet<NamespaceName> Rt.Report.undefModesprotected CheckedSet<Rt.Definition> Rt.Report.unusedDefsFields in eu.bandm.tools.xslt.base with type parameters of type CheckedSetModifier and TypeFieldDescriptionprotected CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNameprotected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNsUriprotected CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNameprotected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNsUristatic final Function<Rt.Report, CheckedSet<XMLDocumentIdentifier>> Rt.Report.get_allFilesDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_allPisDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNsUriDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_commentDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNsUriDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_nodeDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_piByNameDeprecated.Use new '::' method reference instead.static final Function<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_textDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<NamespaceName>> Rt.Report.get_undefDefsDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<NamespaceName>> Rt.Report.get_undefModesDeprecated.Use new '::' method reference instead.static final Function<Rt.Report, CheckedSet<Rt.Definition>> Rt.Report.get_unusedDefsDeprecated.Use new '::' method reference instead.protected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.piByNameMethods in eu.bandm.tools.xslt.base that return CheckedSetModifier 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()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_10()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_11()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_12()protected CheckedSet<Rt.Definition> Rt.__SAX_Parser.parse_2()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_3()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_5()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_7()protected CheckedSet<Rt.TemplateEntry> Rt.__SAX_Parser.parse_9()Methods in eu.bandm.tools.xslt.base that return types with arguments of type CheckedSetModifier and TypeMethodDescriptionRt.TemplatesByKind.get_attrsByName()Rt.TemplatesByKind.get_attrsByNsUri()Rt.TemplatesByKind.get_elemsByName()Rt.TemplatesByKind.get_elemsByNsUri()Rt.TemplatesByKind.get_piByName()protected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_4()protected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_6()protected CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> Rt.__SAX_Parser.parse_8()Methods in eu.bandm.tools.xslt.base with parameters of type CheckedSetModifier and TypeMethodDescriptionvoidRt.TemplatesByKind.put_attrsByName(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_attrsByNsUri(String key0, CheckedSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_elemsByName(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_elemsByNsUri(String key0, CheckedSet<Rt.TemplateEntry> value) voidRt.TemplatesByKind.put_piByName(String key0, CheckedSet<Rt.TemplateEntry> value) booleanRt.Report.set_allFiles(CheckedSet<XMLDocumentIdentifier> val) booleanRt.TemplatesByKind.set_allPis(CheckedSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_comment(CheckedSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_node(CheckedSet<Rt.TemplateEntry> val) booleanRt.TemplatesByKind.set_text(CheckedSet<Rt.TemplateEntry> val) booleanRt.Report.set_undefDefs(CheckedSet<NamespaceName> val) booleanRt.Report.set_undefModes(CheckedSet<NamespaceName> val) booleanRt.Report.set_unusedDefs(CheckedSet<Rt.Definition> val) Method parameters in eu.bandm.tools.xslt.base with type arguments of type CheckedSetModifier and TypeMethodDescriptionbooleanRt.TemplatesByKind.set_attrsByName(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_attrsByNsUri(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByName(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_elemsByNsUri(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) booleanRt.TemplatesByKind.set_piByName(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val)