public final class Ref
extends com.ericsson.otp.erlang.OtpErlangRef
| Constructor and Description |
|---|
Ref(com.ericsson.otp.erlang.OtpInputStream buf) |
Ref(com.ericsson.otp.erlang.OtpSelf self) |
Ref(java.lang.String node,
int[] ids,
int creation) |
Ref(java.lang.String node,
int id,
int creation)
Old style Ref costructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(Ref _ref)
Comparisson method for Ref.
|
public Ref(com.ericsson.otp.erlang.OtpSelf self)
public Ref(com.ericsson.otp.erlang.OtpInputStream buf)
throws com.ericsson.otp.erlang.OtpErlangDecodeException
com.ericsson.otp.erlang.OtpErlangDecodeExceptionpublic Ref(java.lang.String node,
int id,
int creation)
public Ref(java.lang.String node,
int[] ids,
int creation)
public boolean equal(Ref _ref)