Returns the set of interfaces and classes that this type is or is a subtype of. The returned types are parameterized with proper type arguments. Subtypes are always listed before supertypes. But the reverse is not true. A type isn't necessarily a subtype of all the types following. Order between
()
| 376 | |
| 377 | |
| 378 | public final TypeSet getTypes() { |
| 379 | return new TypeSet(); |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Returns the generic form of {@code superclass}. For example, if this is |
no outgoing calls
no test coverage detected