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