All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opalj.br.instructions.D2I.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj
package br
package instructions

/**
 * Convert double to int.
 *
 * @author Michael Eichberg
 */
case object D2I extends NumericConversionInstruction {

    final val opcode = 142

    final val mnemonic = "d2i"

    def sourceType: BaseType = DoubleType

    def targetType: BaseType = IntegerType

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy