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