getDeclarations abstract method
Returns all top-level SourceDeclarations in the library.
This may include:
- Classes
- Typedefs
- Enums
- Top-level functions and fields
Implementation
List<SourceDeclaration> getDeclarations();
Returns all top-level SourceDeclarations in the library.
This may include:
List<SourceDeclaration> getDeclarations();