get All Enclosed Types
open fun TypeElement.getAllEnclosedTypes(filter: (TypeElement) -> Boolean = { true }): List<TypeElement>
Content copied to clipboard
Returns all enclosed type (direct and indirect) to the list of TypeElements