getExtendedTypes

Return

All extended types that have been explicitly added (thus exist within the AST). Note that this can contain more than one item if this is an interface. Note that this will not include java.lang.Object unless it is explicitly added (e.g. class X extends Object {}) If you want the implicitly extended types, you will need a resolved reference.