Class WasmNumericInstruction


  • class WasmNumericInstruction
    extends WasmInstruction
    WasmInstruction for numeric operation.
    • Constructor Detail

      • 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