Package erjang

Examples of erjang.EObject.emit_const()


            EUtil.getSignature(1, false));
       
        mv.visitTypeInsn(CHECKCAST, type.getInternalName());
       
      } else {   
        term.emit_const(mv);
      }
     
      mv.visitFieldInsn(Opcodes.PUTSTATIC, self_type.getInternalName(),
          ent.getValue(), type
              .getDescriptor());
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.