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.importKeys
Generated by umod; model author's documentation MISSING.protected CheckedSet
<Expression> Perm.obligates
Generated 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_importKeys
Deprecated.Use new '::' method reference instead.static final Function
<Perm, CheckedSet<Expression>> Perm.get_obligates
Deprecated.Use new '::' method reference instead.static final Function
<Enumeration, CheckedMap_RD<Integer, CheckedSet<String>>> Enumeration.get_reverse
Deprecated.Use new '::' method reference instead.protected CheckedMap_RD
<Integer, CheckedSet<String>> Enumeration.reverse
Generated 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 TypeMethodDescriptionvoid
Enumeration.put_reverse
(int key0, CheckedSet<String> value) Convenience un-Currying method.boolean
DefInstance.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.boolean
Enumeration.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.consumed
Generated by umod; model author's documentation MISSING.protected CheckedSet
<Expression> State_perm.obligates
Generated 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_consumed
Deprecated.Use new '::' method reference instead.static final Function
<State_perm, CheckedSet<Expression>> State_perm.get_obligates
Deprecated.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 TypeMethodDescriptionboolean
State_perm.set_consumed
(CheckedSet<Expression> val) Generated by umod; model author's documentation MISSING.boolean
State_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.elems
Generated by umod; model author's documentation MISSING.protected CheckedSet
<String> DTM.Enumerated.values
Generated 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.labels
Generated by umod; model author's documentation MISSING.protected CheckedSet
<LLJava.Instruction> LLJava.CodeMethodBody.stackMapPlaces
The 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 TypeMethodDescriptionboolean
LLJava.Case.set_labels
(CheckedSet<Integer> val) Generated by umod; model author's documentation MISSING.boolean
LLJava.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_values
Deprecated.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_types
Deprecated.(package private) final CheckedSet
<UMod.T_reference> UMod2visitors.V_makeVDescend.visitable_leaf_types
Fields in eu.bandm.tools.umod with type parameters of type CheckedSetModifier and TypeFieldDescriptionprotected CheckedMap_RD
<Integer, CheckedSet<UMod.T_reference>> UMod.FieldDef.visitable_types
Methods 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.allFiles
protected CheckedSet
<Rt.TemplateEntry> Rt.TemplatesByKind.allPis
protected CheckedSet
<Rt.TemplateEntry> Rt.TemplatesByKind.comment
protected CheckedSet
<Rt.TemplateEntry> Rt.TemplatesByKind.node
protected CheckedSet
<Rt.TemplateEntry> Rt.TemplatesByKind.text
protected CheckedSet
<NamespaceName> Rt.Report.undefDefs
protected CheckedSet
<NamespaceName> Rt.Report.undefModes
protected CheckedSet
<Rt.Definition> Rt.Report.unusedDefs
Fields in eu.bandm.tools.xslt.base with type parameters of type CheckedSetModifier and TypeFieldDescriptionprotected CheckedMap_RD
<NamespaceName, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByName
protected CheckedMap_RD
<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.attrsByNsUri
protected CheckedMap_RD
<NamespaceName, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByName
protected CheckedMap_RD
<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.elemsByNsUri
static final Function
<Rt.Report, CheckedSet<XMLDocumentIdentifier>> Rt.Report.get_allFiles
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_allPis
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByName
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_attrsByNsUri
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_comment
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByName
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_elemsByNsUri
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_node
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>>> Rt.TemplatesByKind.get_piByName
Deprecated.Use new '::' method reference instead.static final Function
<Rt.TemplatesByKind, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.get_text
Deprecated.Use new '::' method reference instead.static final Function
<Rt.Report, CheckedSet<NamespaceName>> Rt.Report.get_undefDefs
Deprecated.Use new '::' method reference instead.static final Function
<Rt.Report, CheckedSet<NamespaceName>> Rt.Report.get_undefModes
Deprecated.Use new '::' method reference instead.static final Function
<Rt.Report, CheckedSet<Rt.Definition>> Rt.Report.get_unusedDefs
Deprecated.Use new '::' method reference instead.protected CheckedMap_RD
<String, CheckedSet<Rt.TemplateEntry>> Rt.TemplatesByKind.piByName
Methods 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 TypeMethodDescriptionvoid
Rt.TemplatesByKind.put_attrsByName
(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_attrsByNsUri
(String key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_elemsByName
(NamespaceName key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_elemsByNsUri
(String key0, CheckedSet<Rt.TemplateEntry> value) void
Rt.TemplatesByKind.put_piByName
(String key0, CheckedSet<Rt.TemplateEntry> value) boolean
Rt.Report.set_allFiles
(CheckedSet<XMLDocumentIdentifier> val) boolean
Rt.TemplatesByKind.set_allPis
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_comment
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_node
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.TemplatesByKind.set_text
(CheckedSet<Rt.TemplateEntry> val) boolean
Rt.Report.set_undefDefs
(CheckedSet<NamespaceName> val) boolean
Rt.Report.set_undefModes
(CheckedSet<NamespaceName> val) boolean
Rt.Report.set_unusedDefs
(CheckedSet<Rt.Definition> val) Method parameters in eu.bandm.tools.xslt.base with type arguments of type CheckedSetModifier and TypeMethodDescriptionboolean
Rt.TemplatesByKind.set_attrsByName
(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_attrsByNsUri
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_elemsByName
(CheckedMap_RD<NamespaceName, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_elemsByNsUri
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val) boolean
Rt.TemplatesByKind.set_piByName
(CheckedMap_RD<String, CheckedSet<Rt.TemplateEntry>> val)