Class IRPrimitiveTypeConversionCompiler

    • Constructor Detail

      • IRPrimitiveTypeConversionCompiler

        public IRPrimitiveTypeConversionCompiler()
    • Method Detail

      • maybeConvertIntToByteCharShort

        private static void maybeConvertIntToByteCharShort​(org.objectweb.asm.MethodVisitor mv,
                                                           IRType to)
      • isIntType

        private static boolean isIntType​(IRType type)