Class WasmConvertInstruction


  • class WasmConvertInstruction
    extends WasmInstruction
    Cast operations for converting one data type to another
    • Constructor Detail

      • WasmConvertInstruction

        WasmConvertInstruction​(ValueTypeConvertion conversion,
                               int javaCodePos,
                               int lineNumber)
        Create an instance of a convert instruction
        Parameters:
        conversion - the conversion type
        javaCodePos - the code position/offset in the Java method
        lineNumber - the line number in the Java source code