getDeclarations abstract method

List<SourceDeclaration> getDeclarations()

Returns all top-level SourceDeclarations in the library.

This may include:

  • Classes
  • Typedefs
  • Enums
  • Top-level functions and fields

Implementation

List<SourceDeclaration> getDeclarations();