Uses of Class
com.ericsson.otp.erlang.OtpErlangList
-
Packages that use OtpErlangList Package Description com.ericsson.otp.erlang -
-
Uses of OtpErlangList in com.ericsson.otp.erlang
Subclasses of OtpErlangList in com.ericsson.otp.erlang Modifier and Type Class Description static classOtpErlangList.SubListMethods in com.ericsson.otp.erlang with parameters of type OtpErlangList Modifier and Type Method Description voidOtpConnection. sendRPC(String mod, String fun, OtpErlangList args)Send an RPC request to the remote Erlang node.Constructors in com.ericsson.otp.erlang with parameters of type OtpErlangList Constructor Description OtpErlangString(OtpErlangList list)Create an Erlang string from a list of integers.
-