getAllLibraries abstract method

List<LibraryDeclaration> getAllLibraries()

Returns all reflected libraries available in the reflection context.

This includes all libraries that have been processed by the reflection system, including those from dependencies and generated code.

Returns a list of LibraryDeclaration objects containing metadata about each library.

Implementation

List<LibraryDeclaration> getAllLibraries();