public abstract static class LLJava.AbstractMethodRef extends LLJava.MemberRef
nametype, owner
format
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_owner
public AbstractMethodRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
owner
- is copied to field LLJava.MemberRef.owner
nametype
- is copied to field LLJava.MemberRef.nametype
public LLJava.AbstractMethodRef doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.MemberRef
public Format format()
format
in interface Formattable
format
in class LLJava.MemberRef
public LLJava.AbstractMethodRef initFrom(Object o0)
initFrom
in class LLJava.MemberRef
see also the complete user documentation .