Uses of Class
eu.bandm.tools.umod.runtime.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
, esp for data integrity
de/serialization, visualzation, visitors and rewriters.txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of CheckedSet in eu.bandm.tools.d2d2.model
Modifier 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.Modifier 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.Modifier 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()
Modifier and TypeMethodDescriptionEnumeration.get_reverse()
Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<Integer,
CheckedSet<String>> __SAX_Parser.parse_16()
Modifier 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.Modifier 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
Modifier 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.Modifier 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.Modifier 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.Modifier 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.Modifier 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
Modifier 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.Modifier 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.Modifier 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.Modifier 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
Modifier 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.Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionCase
(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
Modifier and TypeFieldDescriptionstatic final Function<Node.Enumerated,
CheckedSet<String>> Node.Enumerated.get_values
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionNode.Enumerated.get_values()
protected CheckedSet<String>
Node.__SAX_Parser.parse_0()
-
Uses of CheckedSet in eu.bandm.tools.umod
Modifier 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
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<Integer,
CheckedSet<UMod.T_reference>> UMod.FieldDef.visitable_types
Modifier and TypeMethodDescriptionprotected CheckedMap_RD<Integer,
CheckedSet<UMod.T_reference>> UMod.FieldDef.get_visitable_types()
-
Uses of CheckedSet in eu.bandm.tools.umod.runtime
Modifier and TypeMethodDescriptionstatic <T> CheckedSet<T>
static <T1> CheckedSet<T1>
CheckedSet.singleton
(T1 x) -
Uses of CheckedSet in eu.bandm.tools.xslt.base
Modifier 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
Modifier 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
Modifier 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()
Modifier 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()
Modifier 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) Modifier 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)