Package com.ericsson.otp.ic
Class TermHolder
java.lang.Object
com.ericsson.otp.ic.TermHolder
Holder class for Term.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_marshal
(com.ericsson.otp.erlang.OtpOutputStream out) Marshal method for the TermHolder class, encodes the Term object value to the output stream.void
_unmarshal
(com.ericsson.otp.erlang.OtpInputStream in) Unmarshal method for the TermHolder class, decodes a Term object from the output stream and assigns it to the Holder value field.
-
Field Details
-
value
Term instance variable.
-
-
Constructor Details
-
TermHolder
public TermHolder() -
TermHolder
-
-
Method Details