public class OtpErlangFun extends OtpErlangObject
OtpErlangObject.Hash
hashCodeValue
Constructor and Description |
---|
OtpErlangFun(OtpErlangPid pid,
java.lang.String module,
int arity,
byte[] md5,
int index,
long old_index,
long uniq,
OtpErlangObject[] freeVars) |
OtpErlangFun(OtpErlangPid pid,
java.lang.String module,
long index,
long uniq,
OtpErlangObject[] freeVars) |
OtpErlangFun(OtpInputStream buf) |
Modifier and Type | Method and Description |
---|---|
protected int |
doHashCode() |
void |
encode(OtpOutputStream buf)
Convert the object according to the rules of the Erlang external format.
|
boolean |
equals(java.lang.Object o)
Determine if two Erlang objects are equal.
|
java.lang.String |
toString() |
public OtpErlangFun(OtpInputStream buf) throws OtpErlangDecodeException
OtpErlangDecodeException
public OtpErlangFun(OtpErlangPid pid, java.lang.String module, long index, long uniq, OtpErlangObject[] freeVars)
public OtpErlangFun(OtpErlangPid pid, java.lang.String module, int arity, byte[] md5, int index, long old_index, long uniq, OtpErlangObject[] freeVars)
public void encode(OtpOutputStream buf)
OtpErlangObject
encode
in class OtpErlangObject
buf
- an output stream to which the encoded term should be written.public boolean equals(java.lang.Object o)
OtpErlangObject
equals
in class OtpErlangObject
o
- the object to compare to.protected int doHashCode()
doHashCode
in class OtpErlangObject
public java.lang.String toString()
toString
in class OtpErlangObject