Package erjang

Examples of erjang.ETuple2.elm()


            mv.visitInsn(ICONST_0);
            return Type.BOOLEAN_TYPE;
          }
          if (value instanceof ETuple2) {
            ETuple2 t2 = (ETuple2) value;
            if (t2.elm(1) == ATOM_field_flags) {
              push_int(t2.elem2.asInt());
              return Type.INT_TYPE;
            }
          }
          throw new Error("cannot convert " + value + " as "
View Full Code Here


        link = true;
      } else if (val == am_monitor) {
        monitor = true;
      } else if ((t2 = ETuple2.cast(val)) != null) {
       
        if (t2.elm(1) == am_priority) {
          EAtom am = t2.elm(2).testAtom();
          if (am != null)
            priority = am;
        }
       
View Full Code Here

      } else if (val == am_monitor) {
        monitor = true;
      } else if ((t2 = ETuple2.cast(val)) != null) {
       
        if (t2.elm(1) == am_priority) {
          EAtom am = t2.elm(2).testAtom();
          if (am != null)
            priority = am;
        }
       
        // ignore full_sweep_after and min_heap_size
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.