Class WasmBlockInstruction

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

class WasmBlockInstruction extends WasmInstruction
WasmInstruction for block operation.
  • Field Details

  • Constructor Details

    • WasmBlockInstruction

      WasmBlockInstruction(@Nonnull WasmBlockOperator op, @Nullable Object data, int javaCodePos, int lineNumber)
      Create an instance of block operation.
      Parameters:
      op - the operation
      data - extra data depending of the operator
      javaCodePos - the code position/offset in the Java method
      lineNumber - the line number in the Java source code
  • Method Details