Class WasmCallInterfaceInstruction

    • Constructor Detail

      • WasmCallInterfaceInstruction

        WasmCallInterfaceInstruction​(FunctionName name,
                                     int javaCodePos,
                                     int lineNumber,
                                     TypeManager types,
                                     WasmOptions options)
        Create an instance of a function call instruction
        Parameters:
        name - the function name that should be called
        javaCodePos - the code position/offset in the Java method
        lineNumber - the line number in the Java source code
        types - the type manager
        options - compiler properties