Class IndexerImportedASTFile

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

public abstract class IndexerImportedASTFile extends Callback implements IndexerImportedASTFileI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static IndexerImportedASTFile create(IndexerImportedASTFileI instance)
      Creates a IndexerImportedASTFile instance that delegates to the specified IndexerImportedASTFileI instance.