public abstract static class LLJava.MemberRef extends LLJava.ConstantPoolEntry
| Modifier and Type | Field and Description | 
|---|---|
| protected LLJava.NameAndType | nametypeGenerated by umod; model author's documentation MISSING. | 
| protected LLJava.ClassRef | ownerGenerated by umod; model author's documentation MISSING. | 
format| Constructor and Description | 
|---|
| MemberRef(LLJava.ClassRef owner,
         LLJava.NameAndType nametype)Constructor generated according to specification #0   Constructor defined according to directive "C 0/..". | 
| Modifier and Type | Method and Description | 
|---|---|
| LLJava.MemberRef | doclone()Clones this object. | 
| Format | format()Delivers a format object for pretty-printing, as specified in the umod source. | 
| LLJava.NameAndType | get_nametype()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.MemberRef> | get_nametype(Pattern<? super LLJava.NameAndType> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| LLJava.ClassRef | get_owner()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.MemberRef> | get_owner(Pattern<? super LLJava.ClassRef> 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.MemberRef | initFrom(Object o0)Copies values of all common fields from the argument. | 
| LLJava.MemberRef | with_nametype(LLJava.NameAndType val)Generated by umod; model author's documentation MISSING. | 
| LLJava.MemberRef | with_owner(LLJava.ClassRef val)Generated by umod; model author's documentation MISSING. | 
protected LLJava.ClassRef owner
LLJava.ClassRef(never null)protected LLJava.NameAndType nametype
LLJava.NameAndType(never null)public MemberRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
public LLJava.MemberRef doclone()
Cloneable is known 
 to be implemented.doclone in class LLJava.ConstantPoolEntrypublic static String getFormatHint()
owner'.'nametype public Format format()
format in interface Formattableformat in class LLJava.ConstantPoolEntrypublic LLJava.MemberRef initFrom(Object o0)
initFrom in class LLJava.ConstantPoolEntrypublic LLJava.ClassRef get_owner()
LLJava.ClassRef(never 
 null)public LLJava.MemberRef with_owner(LLJava.ClassRef val)
val - the new value of type LLJava.ClassRef(never null)ownerpublic LLJava.NameAndType get_nametype()
LLJava.NameAndType(never 
 null)public LLJava.MemberRef with_nametype(LLJava.NameAndType val)
val - the new value of type LLJava.NameAndType(never null)nametypepublic static Pattern<LLJava.MemberRef> get_owner(Pattern<? super LLJava.ClassRef> p)
LLJava.__Patterns.public static Pattern<LLJava.MemberRef> get_nametype(Pattern<? super LLJava.NameAndType> p)
LLJava.__Patterns.see also the complete user documentation .