Class WasmCallVirtualInstruction


class WasmCallVirtualInstruction extends WasmCallIndirectInstruction
WasmInstruction for a function call.
  • Field Details

  • Constructor Details

    • WasmCallVirtualInstruction

      WasmCallVirtualInstruction(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
  • Method Details