Hello, I want to extract all external types which are used in a class. Is there an easy way to do this? I tried the Visitor, but the type information (e.g. for variables) is stored in different ways, so it's more like a trial and error. Perhaps I just didn't find the right documentation. Kind regards