public static class LLJava.InterfaceMethodRef extends LLJava.AbstractMethodRef
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
nametype, owner
format
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_owner
public InterfaceMethodRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
owner
- is copied to field LLJava.MemberRef.owner
nametype
- is copied to field LLJava.MemberRef.nametype
public LLJava.InterfaceMethodRef doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.AbstractMethodRef
public Format format()
format
in interface Formattable
format
in class LLJava.AbstractMethodRef
public 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.AbstractMethodRef
see also the complete user documentation .