Package eu.bandm.tools.d2d2.rt
Class SubstituteChars
java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultingChars
eu.bandm.tools.d2d2.rt.SubstituteChars
- All Implemented Interfaces:
Formattable
,Cloneable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":78.3-79.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":78.3-79.49, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionGenerated by umod; model author's documentation MISSING.static final Function<SubstituteChars,
Location<String>> Deprecated.Use new '::' method reference instead.Fields inherited from class eu.bandm.tools.d2d2.rt.ResultingChars
chars, get_chars, get_isWhitespace, isWhitespace
-
Constructor Summary
ConstructorDescriptionSubstituteChars
(MemString<String> chars, boolean isWhitespace, Location<String> endLocation) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
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<SubstituteChars>
get_endLocation
(Pattern<? super Location<String>> 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.boolean
set_endLocation
(Location<String> val) Generated by umod; model author's documentation MISSING.Methods inherited from class eu.bandm.tools.d2d2.rt.ResultingChars
get_chars, get_chars, get_isWhitespace, get_isWhitespace, set_chars, set_isWhitespace
-
Field Details
-
endLocation
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":79.9-49, see this pretty print.)
The type of this field isLocation
(never null)
It is set by every possible constructor. -
get_endLocation
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
SubstituteChars
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
chars
- is copied to fieldResultingChars.chars
isWhitespace
- is copied to fieldResultingChars.isWhitespace
endLocation
- is copied to fieldendLocation
-
SubstituteChars
SubstituteChars()
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Overrides:
doclone
in classResultingChars
- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classResultingChars
- 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.- Overrides:
initFrom
in classResultingChars
-
get_endLocation
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":79.9-49, see this pretty print.)
Generated getter method. @see #endLocation- Returns:
- The current field value of type
Location
(never null)
-
set_endLocation
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":79.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of typeLocation
(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_endLocation
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
.
-