Class IndexerDiagnostic

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

public abstract class IndexerDiagnostic extends Callback implements IndexerDiagnosticI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static IndexerDiagnostic create(IndexerDiagnosticI instance)
      Creates a IndexerDiagnostic instance that delegates to the specified IndexerDiagnosticI instance.