Class WasmNopInstruction


  • class WasmNopInstruction
    extends WasmInstruction
    WasmInstruction for nop.
    • Constructor Detail

      • 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