public static class LLJava.InterfaceMethodRef extends LLJava.AbstractMethodRef
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
nametype, ownerformat| Constructor and Description |
|---|
InterfaceMethodRef(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.InterfaceMethodRef |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC. |
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
LLJava.InterfaceMethodRef |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(LLJava.InterfaceMethodRef e0) |
get_nametype, get_nametype, get_owner, get_owner, getFormatHint, with_nametype, with_ownerpublic InterfaceMethodRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
owner - is copied to field LLJava.MemberRef.ownernametype - is copied to field LLJava.MemberRef.nametypepublic LLJava.InterfaceMethodRef doclone()
Cloneable is known
to be implemented.doclone in class LLJava.AbstractMethodRefpublic Format format()
format in interface Formattableformat in class LLJava.AbstractMethodRefpublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(LLJava.InterfaceMethodRef e0)
public int hashCode()
ALGEBRAIC.public LLJava.InterfaceMethodRef initFrom(Object o0)
initFrom in class LLJava.AbstractMethodRefsee also the complete user documentation .