
FMethodRef
Slots
- equals
-
Compare this object to the specified for equality. This method may be accessed via the == and != shortcut operators. If not overridden the default implementation compares for reference equality using the === operator. If this method is overridden, then hash() must also be overridden such that any two objects which return true for equals() must return the same value for hash().
- format
- hash
-
override Int hash()
Return a unique hashcode for this object. If a class overrides hash() then it must ensure if equals() returns true for any two objects then they have same hash code.
- hashcode
-
const Int hashcode
- make
- name
-
const Int name
- params
-
const Int[] params
- parent
-
const Int parent
- read
-
static FMethodRef read(InStream in)
- ret
-
const Int ret
- write