public class ResultingChars extends Udom
| Modifier and Type | Field and Description |
|---|---|
protected MemString |
chars
Generated by umod; model author's documentation MISSING.
|
static Function<ResultingChars,MemString> |
get_chars
Deprecated.
Use new '::' method reference instead.
|
static Function<ResultingChars,Boolean> |
get_isWhitespace
Deprecated.
Use new '::' method reference instead.
|
protected boolean |
isWhitespace
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
ResultingChars(MemString chars,
boolean isWhitespace)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
ResultingChars |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
MemString |
get_chars()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_isWhitespace()
Generated by umod; model author's documentation MISSING.
|
ResultingChars |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_chars(MemString val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_isWhitespace(boolean val)
Generated by umod; model author's documentation MISSING.
|
protected MemString chars
MemString(never
null)@Deprecated public static final Function<ResultingChars,MemString> get_chars
protected boolean isWhitespace
get_isWhitespace(),
set_isWhitespace(boolean)@Deprecated public static final Function<ResultingChars,Boolean> get_isWhitespace
public ResultingChars(MemString chars, boolean isWhitespace)
chars - is copied to field charsisWhitespace - is copied to field isWhitespacepublic ResultingChars doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Udompublic ResultingChars initFrom(Object o0)
public MemString get_chars()
MemString(never null)public boolean set_chars(MemString val)
public boolean get_isWhitespace()
public boolean set_isWhitespace(boolean val)
val - the new value of type boolean(never null)isWhitespacesee also the complete user documentation .