jiface.erlang.pid

->str

(->str this)

Convert to a string.

behaviour

bind

(bind this binds)

Make new Erlang term replacing variables with the respective values from bindings argument(s).

clone

(clone this)

Clone the Erlang object.

decode

(decode this buff)

Read binary data in the Erlang external format, and produce a corresponding Erlang data type object.

encode

(encode this buff)

Convert the object according to the rules of the Erlang external format.

equal?

(equal? this other-erl-obj)

Determine if two Erlang objects are equal.

ErlangPid

protocol

members

compare-to

(compare-to this other)

From compareTo in interface java.lang.Comparable.

get-creation-num

(get-creation-num this)

Get the creation number from the PID.

get-id

(get-id this)

Get the id number from the PID.

get-node

(get-node this)

Get the node name from the PID.

get-serial-num

(get-serial-num this)

Get the serial number from the PID.

hash

(hash this)

Get the object hash code.

match

(match this term binds)

Perform match operation against given term.