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