Class WasmConvertInstruction

java.lang.Object
de.inetsoftware.jwebassembly.module.WasmInstruction
de.inetsoftware.jwebassembly.module.WasmConvertInstruction

class WasmConvertInstruction extends WasmInstruction
Cast operations for converting one data type to another
  • Field Details

  • Constructor Details

    • 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
  • Method Details