public static class LLJava.ClassRef extends LLJava.Loadable
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
protected LLJava.ConstantUTF8 |
name
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
ClassRef(LLJava.ConstantUTF8 name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.ClassRef |
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.ConstantUTF8 |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ClassRef> |
get_name(Pattern<? super LLJava.ConstantUTF8> 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.ClassRef |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.ClassRef |
with_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(LLJava.ClassRef e0) |
protected static final int BASE_HASH
protected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8(never null)public ClassRef(LLJava.ConstantUTF8 name)
name - is copied to field namepublic LLJava.ClassRef doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Loadablepublic static String getFormatHint()
'class' name public Format format()
format in interface Formattableformat in class LLJava.Loadablepublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(LLJava.ClassRef e0)
public int hashCode()
ALGEBRAIC.public LLJava.ClassRef initFrom(Object o0)
initFrom in class LLJava.Loadablepublic LLJava.ConstantUTF8 get_name()
LLJava.ConstantUTF8(never
null)public LLJava.ClassRef with_name(LLJava.ConstantUTF8 val)
val - the new value of type LLJava.ConstantUTF8(never
null)namepublic static Pattern<LLJava.ClassRef> get_name(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns.see also the complete user documentation .