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