Class IRNewArrayExpressionCompiler

    • Constructor Detail

      • IRNewArrayExpressionCompiler

        public IRNewArrayExpressionCompiler()
    • Method Detail

      • createArrayInstruction

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

        public static int getPrimitiveTypeForNewArray​(IRType atomicType)