Package eu.bandm.tools.d2d2.rt
Class ResultingChars
java.lang.Object
eu.bandm.tools.d2d2.rt.Udom
eu.bandm.tools.d2d2.rt.ResultingChars
- All Implemented Interfaces:
Formattable
,Cloneable
- Direct Known Subclasses:
SubstituteChars
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":73.3-75.49, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":73.3-75.49, see this pretty print.)
-
Field Summary
Modifier and TypeFieldDescriptionGenerated by umod; model author's documentation MISSING.static final Function<ResultingChars,
MemString<String>> Deprecated.Use new '::' method reference instead.static final Function<ResultingChars,
Boolean> Deprecated.Use new '::' method reference instead.protected boolean
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionResultingChars
(MemString<String> chars, boolean isWhitespace) 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<ResultingChars>
Lifts a pattern which matches the field value to one which matches this whole object.boolean
Generated by umod; model author's documentation MISSING.static Pattern<ResultingChars>
get_isWhitespace
(Pattern<? super Boolean> 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
Generated by umod; model author's documentation MISSING.boolean
set_isWhitespace
(boolean val) Generated by umod; model author's documentation MISSING.
-
Field Details
-
chars
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":74.9-49, see this pretty print.)
The type of this field isMemString
(never null)
It is set by every possible constructor. -
get_chars
Deprecated.Use new '::' method reference instead. -
isWhitespace
protected boolean isWhitespaceGenerated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":75.9-49, see this pretty print.)
The type of this field is boolean(never null)
It is set by every possible constructor.- See Also:
-
get_isWhitespace
Deprecated.Use new '::' method reference instead.
-
-
Constructor Details
-
ResultingChars
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".- Parameters:
chars
- is copied to fieldchars
isWhitespace
- is copied to fieldisWhitespace
-
ResultingChars
ResultingChars()
-
-
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 classUdom
- 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_chars
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":74.9-49, see this pretty print.)
Generated getter method. @see #chars- Returns:
- The current field value of type
MemString
(never null)
-
set_chars
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":74.9-49, see this pretty print.)
Updates the (mutable) instance destructively. -
get_isWhitespace
public boolean get_isWhitespace()Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":75.9-49, see this pretty print.)
Generated getter method. @see #isWhitespace- Returns:
- The current field value of type boolean(never null)
-
set_isWhitespace
public boolean set_isWhitespace(boolean val) Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "Rt.umod":75.9-49, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val
- the new value of type boolean(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
get_chars
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_isWhitespace
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
.
-