public abstract class Udom extends Object implements Cloneable, Formattable
format
Constructor and Description |
---|
Udom()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
Udom |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Udom |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public Udom()
public Udom doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
see also the complete user documentation .