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