public static class DTM.Mixed extends DTM.Content
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected CheckedSet<DTM.ElementRef> |
elems
Generated by umod; model author's documentation MISSING.
|
static Function<DTM.Mixed,CheckedSet<DTM.ElementRef>> |
get_elems
Deprecated.
Use new '::' method reference instead.
|
format
Constructor and Description |
---|
Mixed()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
descend_elems(DTM.MATCH_ONLY_00 visitor) |
DTM.Mixed |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC . |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedSet<DTM.ElementRef> |
get_elems()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTM.Mixed |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
DTM.Mixed |
with_elems(CheckedSet<DTM.ElementRef> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(DTM.Mixed e0) |
protected static final int BASE_HASH
protected CheckedSet<DTM.ElementRef> elems
CheckedSet
<DTM.ElementRef
(never
null)>(never null)@Deprecated public static final Function<DTM.Mixed,CheckedSet<DTM.ElementRef>> get_elems
public Mixed()
public DTM.Mixed doclone()
Cloneable
is known
to be implemented.doclone
in class DTM.Content
public static String getFormatHint()
'('|'#PCDATA'elems{ '|'
$this}[,]|')*'
public Format format()
format
in interface Formattable
format
in class DTM.Content
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(DTM.Mixed e0)
public int hashCode()
ALGEBRAIC
.public DTM.Mixed initFrom(Object o0)
initFrom
in class DTM.Content
public CheckedSet<DTM.ElementRef> get_elems()
CheckedSet
<DTM.ElementRef
(never
null)>(never null)public DTM.Mixed with_elems(CheckedSet<DTM.ElementRef> val)
val
- the new value of type CheckedSet
<DTM.ElementRef
(never
null)>(never null)elems
public void descend_elems(DTM.MATCH_ONLY_00 visitor)
see also the complete user documentation .