public static class LLJava.FieldRef extends LLJava.MemberRef
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
nametype, owner
format
Constructor and Description |
---|
FieldRef(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.FieldRef |
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.FieldRef |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(LLJava.FieldRef e0) |
get_nametype, get_nametype, get_owner, get_owner, getFormatHint, with_nametype, with_owner
public FieldRef(LLJava.ClassRef owner, LLJava.NameAndType nametype)
owner
- is copied to field LLJava.MemberRef.owner
nametype
- is copied to field LLJava.MemberRef.nametype
public LLJava.FieldRef 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 boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(LLJava.FieldRef e0)
public int hashCode()
ALGEBRAIC
.public LLJava.FieldRef initFrom(Object o0)
initFrom
in class LLJava.MemberRef
see also the complete user documentation .