Package com.ericsson.otp.erlang

Examples of com.ericsson.otp.erlang.OtpErlangChar


    } else if (obj instanceof Boolean) {
      return new OtpErlangBoolean((Boolean) obj);
    } else if (obj instanceof Byte) {
      return new OtpErlangByte((Byte) obj);
    } else if (obj instanceof Character) {
      return new OtpErlangChar((Character) obj);
    } else if (obj instanceof Double) {
      return new OtpErlangDouble((Double) obj);
    } else if (obj instanceof Float) {
      return new OtpErlangFloat((Float) obj);
    } else if (obj instanceof Integer) {
View Full Code Here

TOP

Related Classes of com.ericsson.otp.erlang.OtpErlangChar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.