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