Examples of insUnboxNarrow()


Examples of objot.bytecode.Instruction.insUnboxNarrow()

      else
      {
        s.switchTableHere(sw, i);
        if (type == 0)
          if (d.cla == boolean.class)
            s.insUnboxNarrow(d.cla);
          else
            s.insU2(CHECKCAST, p.cons.addClass(d.cla));
        else if (type == 1 && d.cla == int.class)
          s.ins0(L2I);
        else if (type == 2 && d.cla == float.class)
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.