Package eu.bandm.tools.d2d2.model
Class SourceItem
java.lang.Object
eu.bandm.tools.d2d2.model.SourceItem
- All Implemented Interfaces:
Formattable
,Serializable
,Cloneable
- Direct Known Subclasses:
Definition
,ImportItem
,Module
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":174.3-179.9, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":174.3-179.9, see this pretty print.)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected SourceItem
Generated by umod; model author's documentation MISSING.protected CheckedMap_RD<String,
CheckedList<LocString>> Generated by umod; model author's documentation MISSING.static final Function<SourceItem,
SourceItem> Deprecated.Use new '::' method reference instead.static final Function<SourceItem,
CheckedMap_RD<String, CheckedList<LocString>>> Deprecated.Use new '::' method reference instead.static final Function<SourceItem,
Location<XMLDocumentIdentifier>> Deprecated.Use new '::' method reference instead.static final Function<SourceItem,
String> Deprecated.Use new '::' method reference instead.protected Location<XMLDocumentIdentifier>
Generated by umod; model author's documentation MISSING.protected String
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionSourceItem
(SourceItem context, String name, Location<XMLDocumentIdentifier> location) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".SourceItem
(String name, Location<XMLDocumentIdentifier> location) Synthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Convenience un-Currying method.boolean
containsKey_docu
(String key0) Convenience un-Currying method.void
descend_docu
(MATCH_ONLY_00 visitor) Deprecated.doclone()
Clones this object.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.fullPath()
Generated by umod; model author's documentation MISSING.static Pattern<SourceItem>
get_context
(Pattern<? super SourceItem> p) Lifts a pattern which matches the field value to one which matches this whole object.get_docu()
Generated by umod; model author's documentation MISSING.static Pattern<SourceItem>
get_docu
(Pattern<? super CheckedMap_RD<String, CheckedList<LocString>>> p) 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<SourceItem>
get_location
(Pattern<? super Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.get_name()
Generated by umod; model author's documentation MISSING.static Pattern<SourceItem>
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_docu
(String key0, CheckedList<LocString> value) Convenience un-Currying method.boolean
set_context
(SourceItem val) 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.boolean
Generated by umod; model author's documentation MISSING.
-
Field Details
-
context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":175.9-58, see this pretty print.)
The type of this field isSourceItem
(maybe null)
Its value defaults to null. -
get_context
Deprecated.Use new '::' method reference instead. -
name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":176.9-57, see this pretty print.)
The type of this field is java.lang.String(never null)
It is set by every possible constructor.- See Also:
-
get_name
Deprecated.Use new '::' method reference instead. -
location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":177.9-57, see this pretty print.)
The type of this field isLocation
(never null)
It is set by every possible constructor. -
get_location
Deprecated.Use new '::' method reference instead. -
docu
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":178.9-39, see this pretty print.)
The type of this field isCheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)
Its value defaults to an empty collection. -
get_docu
@Deprecated public static final Function<SourceItem,CheckedMap_RD<String, get_docuCheckedList<LocString>>> Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
SourceItem
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
SourceItem
Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user. -
SourceItem
SourceItem()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
fullPath
-
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_context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":175.9-58, see this pretty print.)
Generated getter method. @see #context- Returns:
- The current field value of type
SourceItem
(maybe null)
-
set_context
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":175.9-58, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeSourceItem
(maybe null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":176.9-57, see this pretty print.)
Generated getter method. @see #name- Returns:
- The current field value of type java.lang.String(never null)
-
set_name
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":176.9-57, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type java.lang.String(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":177.9-57, see this pretty print.)
Generated getter method. @see #location- Returns:
- The current field value of type
Location
(never null)
-
set_location
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":177.9-57, see this pretty print.)
Updates the (mutable) instance destructively. -
get_docu
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":178.9-39, see this pretty print.)
Generated getter method. @see #docu- Returns:
- The current field value of type
CheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)
-
set_docu
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "D2d.umod":178.9-39, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeCheckedMap_RD
<java.lang.String(never null),CheckedList
<LocString
(never null)>(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
put_docu
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 typeCheckedList
<LocString
(never null)>(never null)- See Also:
-
add_docu
Convenience un-Currying method.
Set the value at the given coordinate and automatically generate all intermediate collections, if not yet existing. -
containsKey_docu
Convenience un-Currying method.- Returns:
- whether there exists a chain of collection objects to the given co-ordinate.
- See Also:
-
descend_docu
Deprecated. -
get_context
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_name
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_location
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_docu
public static Pattern<SourceItem> get_docu(Pattern<? super CheckedMap_RD<String, CheckedList<LocString>>> 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
.
-