Class IRPrimitiveTypeConversionCompiler
java.lang.Object
gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
gw.internal.gosu.ir.compiler.bytecode.expression.IRPrimitiveTypeConversionCompiler
-
Field Summary
Fields inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
OBJECT_TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
compile
(IRPrimitiveTypeConversion conversion, IRBytecodeContext context) private static boolean
private static void
maybeConvertIntToByteCharShort
(org.objectweb.asm.MethodVisitor mv, IRType to) Methods inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
compileConditionAssignment, getIns, isNotPartOfBooleanExpr, isWide, negateOpcode
-
Constructor Details
-
IRPrimitiveTypeConversionCompiler
public IRPrimitiveTypeConversionCompiler()
-
-
Method Details
-
compile
-
maybeConvertIntToByteCharShort
-
isIntType
-