public static class LLJava.MemberStaticName extends LLJava.MemberFullName
Modifier and Type | Field and Description |
---|---|
protected LLJava.QualId |
owner
Generated by umod; model author's documentation MISSING.
|
name
location
format
Constructor and Description |
---|
MemberStaticName(LLJava.Id name)
Synthetic minimal constructor provided by the umod compiler.
|
MemberStaticName(LLJava.Id name,
LLJava.QualId owner)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.MemberStaticName |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.QualId |
get_owner()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MemberStaticName> |
get_owner(Pattern<? super LLJava.QualId> 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.
|
LLJava.MemberStaticName |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_owner(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
get_name, get_name, set_name
get_location, get_location, set_location
protected LLJava.QualId owner
LLJava.QualId
(maybe null)public MemberStaticName(LLJava.Id name, LLJava.QualId owner)
name
- is copied to field LLJava.MemberFullName.name
owner
- is copied to field owner
public MemberStaticName(LLJava.Id name)
name
- is copied to field LLJava.MemberFullName.name
public LLJava.MemberStaticName doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.MemberFullName
public static String getFormatHint()
(owner'.'?)name
public Format format()
format
in interface Formattable
format
in class LLJava.MemberFullName
public LLJava.MemberStaticName initFrom(Object o0)
initFrom
in class LLJava.MemberFullName
public LLJava.QualId get_owner()
LLJava.QualId
(maybe
null)public boolean set_owner(LLJava.QualId val)
val
- the new value of type LLJava.QualId
(maybe null)owner
public static Pattern<LLJava.MemberStaticName> get_owner(Pattern<? super LLJava.QualId> p)
LLJava.__Patterns
.see also the complete user documentation .