I stumbled across this answer to a question on how to get all the types in a package:
https://stackoverflow.com/a/32142080/470339
Which works great. However, the next step I'd like to take is then iterate over each of these types to get, for example, NumMethod(). I don't see an immediately obvious way to do so - can anyone shed some light, or will I have to resort to messing with the AST?