Class IRNewArrayExpressionCompiler

    • Constructor Detail

      • IRNewArrayExpressionCompiler

        public IRNewArrayExpressionCompiler()
    • Method Detail

      • createArrayInstruction

        public static void createArrayInstruction​(IRType expressionType,
                                                  gw.internal.ext.org.objectweb.asm.MethodVisitor mv)
      • getPrimitiveTypeForNewArray

        public static int getPrimitiveTypeForNewArray​(IRType atomicType)