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.
|
namelocationformat| 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_nameget_location, get_location, set_locationprotected LLJava.QualId owner
LLJava.QualId(maybe null)public MemberStaticName(LLJava.Id name, LLJava.QualId owner)
name - is copied to field LLJava.MemberFullName.nameowner - is copied to field ownerpublic MemberStaticName(LLJava.Id name)
name - is copied to field LLJava.MemberFullName.namepublic LLJava.MemberStaticName doclone()
Cloneable is known
to be implemented.doclone in class LLJava.MemberFullNamepublic static String getFormatHint()
(owner'.'?)name public Format format()
format in interface Formattableformat in class LLJava.MemberFullNamepublic LLJava.MemberStaticName initFrom(Object o0)
initFrom in class LLJava.MemberFullNamepublic 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)ownerpublic static Pattern<LLJava.MemberStaticName> get_owner(Pattern<? super LLJava.QualId> p)
LLJava.__Patterns.see also the complete user documentation .