getTopLevelRecords abstract method
Returns all top-level RecordDeclaration instances declared directly in this library.
Implementation
List<RecordDeclaration> getTopLevelRecords();
Returns all top-level RecordDeclaration instances declared directly in this library.
List<RecordDeclaration> getTopLevelRecords();