TypeToken.TypeSet |
TypeToken.TypeSet.classes()
Returns the types that are classes.
|
TypeToken.TypeSet |
TypeToken.InterfaceSet.classes() |
TypeToken.TypeSet |
TypeToken.ClassSet.classes() |
TypeToken.TypeSet |
TypeToken.getTypes()
Returns the set of interfaces and classes that this type is or is a subtype of.
|
TypeToken.TypeSet |
TypeToken.TypeSet.interfaces()
Returns the types that are interfaces implemented by this type.
|
TypeToken.TypeSet |
TypeToken.InterfaceSet.interfaces() |
TypeToken.TypeSet |
TypeToken.ClassSet.interfaces() |