Class IRPrimitiveTypeConversionCompiler

java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
gw.internal.gosu.ir.compiler.bytecode.expression.IRPrimitiveTypeConversionCompiler

public class IRPrimitiveTypeConversionCompiler extends AbstractBytecodeCompiler
  • Constructor Details

    • IRPrimitiveTypeConversionCompiler

      public IRPrimitiveTypeConversionCompiler()
  • Method Details

    • compile

      public static void compile(IRPrimitiveTypeConversion conversion, IRBytecodeContext context)
    • maybeConvertIntToByteCharShort

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

      private static boolean isIntType(IRType type)