public static class DTM.Empty extends DTM.Content
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
format
Constructor and Description |
---|
Empty()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
DTM.Empty |
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.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
DTM.Empty |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(DTM.Empty e0) |
public Empty()
public DTM.Empty doclone()
Cloneable
is known
to be implemented.doclone
in class DTM.Content
public static String getFormatHint()
'EMPTY'
public Format format()
format
in interface Formattable
format
in class DTM.Content
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(DTM.Empty e0)
public int hashCode()
ALGEBRAIC
.public DTM.Empty initFrom(Object o0)
initFrom
in class DTM.Content
see also the complete user documentation .