Class WasmNopInstruction

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

class WasmNopInstruction extends WasmInstruction
WasmInstruction for nop.
  • Constructor Details

    • WasmNopInstruction

      WasmNopInstruction(int javaCodePos, int lineNumber)
      Create an instance of a nop instruction
      Parameters:
      javaCodePos - the code position/offset in the Java method
      lineNumber - the line number in the Java source code
  • Method Details