T
- parent type which is always the same as the child type
(classes extends classes, interfaces extends interfaces...)public interface ExtensibleType<T extends ExtensibleType> extends Type
Modifier and Type | Method and Description |
---|---|
Collection<T> |
allSubTypes()
Returns all the children subtypes (including grand children) of
this type.
|
Collection<InterfaceModel> |
getInterfaces()
Returns an unmodifiable list of interfaces implemented or extended by
this type.
|
Collection<ParameterizedInterfaceModel> |
getParameterizedInterfaces() |
T |
getParent()
Return the parent type instance.
|
Collection<FieldModel> |
getStaticFields()
Returns an unmodifiable list of static fields defined by this type
|
Collection<T> |
subTypes()
Returns the child subtypes of this type.
|
getDefiningURIs, getMethods, getReferences, wasDefinedIn
getAnnotation, getAnnotations, getName, shortDesc
T getParent()
Collection<T> subTypes()
Collection<T> allSubTypes()
Collection<InterfaceModel> getInterfaces()
Collection<ParameterizedInterfaceModel> getParameterizedInterfaces()
Collection<FieldModel> getStaticFields()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.