public static class LLJava.ImplicitName extends LLJava.Name
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected LLJava.Anonymity |
id
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
ImplicitName(LLJava.Anonymity id)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.ImplicitName |
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.
|
LLJava.Anonymity |
get_id()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ImplicitName> |
get_id(Pattern<? super LLJava.Anonymity> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
LLJava.ImplicitName |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
String |
toString() |
LLJava.ImplicitName |
with_id(LLJava.Anonymity val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(LLJava.ImplicitName e0) |
protected static final int BASE_HASH
protected LLJava.Anonymity id
LLJava.Anonymity
(never null)public ImplicitName(LLJava.Anonymity id)
id
- is copied to field id
public LLJava.ImplicitName doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Name
public static String getFormatHint()
id
public Format format()
format
in interface Formattable
format
in class LLJava.Name
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(LLJava.ImplicitName e0)
public int hashCode()
ALGEBRAIC
.public LLJava.ImplicitName initFrom(Object o0)
initFrom
in class LLJava.Name
public LLJava.Anonymity get_id()
LLJava.Anonymity
(never
null)public LLJava.ImplicitName with_id(LLJava.Anonymity val)
val
- the new value of type LLJava.Anonymity
(never null)id
public static Pattern<LLJava.ImplicitName> get_id(Pattern<? super LLJava.Anonymity> p)
LLJava.__Patterns
.see also the complete user documentation .