public abstract static class LLJava.AbstractMethodRef extends LLJava.MemberRef
nametype, ownerformat| Constructor and Description |
|---|
AbstractMethodRef(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.AbstractMethodRef |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.AbstractMethodRef |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_nametype, get_nametype, get_owner, get_owner, getFormatHint, with_nametype, with_ownerpublic AbstractMethodRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
owner - is copied to field LLJava.MemberRef.ownernametype - is copied to field LLJava.MemberRef.nametypepublic LLJava.AbstractMethodRef doclone()
Cloneable is known
to be implemented.doclone in class LLJava.MemberRefpublic Format format()
format in interface Formattableformat in class LLJava.MemberRefpublic LLJava.AbstractMethodRef initFrom(Object o0)
initFrom in class LLJava.MemberRefsee also the complete user documentation .