Class LLVMDiagnosticHandler

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.llvm.LLVMDiagnosticHandler
All Implemented Interfaces:
AutoCloseable, LLVMDiagnosticHandlerI, CallbackI, NativeResource, Pointer

public abstract class LLVMDiagnosticHandler extends Callback implements LLVMDiagnosticHandlerI
Callback function: (* anonymous)
  • Method Details

    • create

      public static LLVMDiagnosticHandler create(long functionPointer)
      Creates a LLVMDiagnosticHandler instance from the specified function pointer.
      Returns:
      the new LLVMDiagnosticHandler
    • createSafe

      public static @Nullable LLVMDiagnosticHandler createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static LLVMDiagnosticHandler create(LLVMDiagnosticHandlerI instance)
      Creates a LLVMDiagnosticHandler instance that delegates to the specified LLVMDiagnosticHandlerI instance.