Package eu.bandm.tools.d2d2.model
Class ResolvedModule
java.lang.Object
eu.bandm.tools.d2d2.model.SourceItem
eu.bandm.tools.d2d2.model.Module
eu.bandm.tools.d2d2.model.ResolvedModule
- All Implemented Interfaces:
Formattable
,Serializable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":214.3-217.35, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":214.3-217.35, see this pretty print.)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<Definition,
DefInstance> Generated by umod; model author's documentation MISSING.static final Function<ResolvedModule,
CheckedMap_RD<Definition, DefInstance>> Deprecated.Use new '::' method reference instead.static final Function<ResolvedModule,
Module> Deprecated.Use new '::' method reference instead.static final Function<ResolvedModule,
CheckedMap_RD<String, Module>> Deprecated.Use new '::' method reference instead.protected Module
Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<String,
Module> Generated by umod; model author's documentation MISSING.Fields inherited from class eu.bandm.tools.d2d2.model.Module
defaultElNs, definitions, get_defaultElNs, get_definitions, get_imports, get_isLocal, get_modules, get_namespaces, imports, isLocal, modules, namespaces
Fields inherited from class eu.bandm.tools.d2d2.model.SourceItem
context, docu, get_context, get_docu, get_location, get_name, location, name
-
Constructor Summary
ConstructorDescriptionResolvedModule
(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Module raw) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".ResolvedModule
(String name, Location<XMLDocumentIdentifier> location, Module raw) Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Convenience un-Currying method.boolean
containsKey_rawModules
(String key0) Convenience un-Currying method.void
descend_defInstances
(MATCH_ONLY_00 visitor) Deprecated.void
descend_rawModules
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.Generated by umod; model author's documentation MISSING.static Pattern<ResolvedModule>
get_defInstances
(Pattern<? super CheckedMap_RD<Definition, DefInstance>> p) Lifts a pattern which matches the field value to one which matches this whole object.get_raw()
Generated by umod; model author's documentation MISSING.static Pattern<ResolvedModule>
Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.static Pattern<ResolvedModule>
get_rawModules
(Pattern<? super CheckedMap_RD<String, Module>> p) Lifts a pattern which matches the field value to one which matches this whole object.Copies values of all common fields from the argument.void
put_defInstances
(Definition key0, DefInstance value) Convenience un-Currying method.void
put_rawModules
(String key0, Module value) Convenience un-Currying method.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.model.Module
containsKey_definitions, containsKey_imports, containsKey_modules, descend_0_definitions, descend_0_imports, descend_0_modules, descend_2_definitions, descend_2_imports, descend_definitions, descend_imports, descend_modules, descend_namespaces, find, get_defaultElNs, get_defaultElNs, get_definitions, get_definitions, get_imports, get_imports, get_isLocal, get_isLocal, get_modules, get_modules, get_namespaces, get_namespaces, getFormatHint, put_definitions, put_imports, put_modules, set_defaultElNs, set_definitions, set_imports, set_isLocal, set_modules, set_namespaces
Methods inherited from class eu.bandm.tools.d2d2.model.SourceItem
add_docu, containsKey_docu, descend_docu, fullPath, get_context, get_context, get_docu, get_docu, get_location, get_location, get_name, get_name, put_docu, set_context, set_docu, set_location, set_name
-
Field Details
-
raw
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":215.9-58, see this pretty print.)
The type of this field isModule
(never null)
It is set by every possible constructor. -
get_raw
Deprecated.Use new '::' method reference instead. -
defInstances
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":216.9-37, see this pretty print.)
The type of this field isCheckedMap_RD
<Definition
(never null),DefInstance
(never null)>(never null)
Its value defaults to an empty collection. -
get_defInstances
@Deprecated public static final Function<ResolvedModule,CheckedMap_RD<Definition, get_defInstancesDefInstance>> Deprecated.Use new '::' method reference instead. -
rawModules
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":217.9-35, see this pretty print.)
The type of this field isCheckedMap_RD
<java.lang.String(never null),Module
(never null)>(never null)
Its value defaults to an empty collection. -
get_rawModules
@Deprecated public static final Function<ResolvedModule,CheckedMap_RD<String, get_rawModulesModule>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
ResolvedModule
public ResolvedModule(SourceItem context, String name, Location<XMLDocumentIdentifier> location, Module raw) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
context
- is copied to fieldSourceItem.context
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
raw
- is copied to fieldraw
-
ResolvedModule
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.- Parameters:
name
- is copied to fieldSourceItem.name
location
- is copied to fieldSourceItem.location
raw
- is copied to fieldraw
-
ResolvedModule
ResolvedModule()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented. -
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classModule
- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_raw
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":215.9-58, see this pretty print.)
Generated getter method. @see #raw- Returns:
- The current field value of type
Module
(never null)
-
set_raw
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":215.9-58, see this pretty print.)
Updates the (mutable) instance destructively. -
get_defInstances
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":216.9-37, see this pretty print.)
Generated getter method. @see #defInstances- Returns:
- The current field value of type
CheckedMap_RD
<Definition
(never null),DefInstance
(never null)>(never null)
-
set_defInstances
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":216.9-37, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<Definition
(never null),DefInstance
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_defInstances
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeDefInstance
(never null)- See Also:
-
containsKey_defInstances
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_defInstances
Deprecated. -
get_rawModules
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":217.9-35, see this pretty print.)
Generated getter method. @see #rawModules- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),Module
(never null)>(never null)
-
set_rawModules
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":217.9-35, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<java.lang.String(never null),Module
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_rawModules
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing.- Parameters:
value
- the new value of typeModule
(never null)- See Also:
-
containsKey_rawModules
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_rawModules
Deprecated. -
get_raw
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
. -
get_defInstances
public static Pattern<ResolvedModule> get_defInstances(Pattern<? super CheckedMap_RD<Definition, DefInstance>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
. -
get_rawModules
public static Pattern<ResolvedModule> get_rawModules(Pattern<? super CheckedMap_RD<String, Module>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary class__Patterns
.
-