Class WasmNumericInstruction

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

class WasmNumericInstruction extends WasmInstruction
WasmInstruction for numeric operation.
  • Field Details

  • Constructor Details

    • WasmNumericInstruction

      WasmNumericInstruction(@Nullable NumericOperator numOp, @Nullable ValueType valueType, int javaCodePos, int lineNumber)
      Create an instance of numeric operation.
      Parameters:
      numOp - the numeric operation
      valueType - the type of the parameters
      javaCodePos - the code position/offset in the Java method
      lineNumber - the line number in the Java source code
  • Method Details