public interface InterfaceDeclaration extends ReferenceTypeDeclaration, TypeParametrizable, HasAccessLevel
| Modifier and Type | Method and Description |
|---|---|
default List<ReferenceType> |
getAllInterfacesExtended()
Return the list of interfaces extended directly or indirectly by this one.
|
List<ReferenceType> |
getInterfacesExtended()
Return the list of interfaces extended directly by this one.
|
default boolean |
isInterface()
Is this the declaration of an interface?
|
asReferenceType, canBeAssignedTo, findTypeParameter, getAllAncestors, getAllFields, getAllMethods, getAllNonStaticFields, getAllStaticFields, getAncestors, getDeclaredFields, getDeclaredMethods, getField, getVisibleField, getVisibleFields, hasAnnotation, hasDirectlyAnnotation, hasField, hasVisibleField, isAssignableBy, isAssignableBy, isFunctionalInterfaceasClass, asEnum, asInterface, asType, asTypeParameter, containerType, getId, getQualifiedName, internalTypes, isClass, isEnum, isType, isTypeParameterasField, asMethod, asParameter, getName, hasName, isField, isMethod, isParametergetTypeParametersaccessLeveldefault boolean isInterface()
TypeDeclarationisInterface in interface TypeDeclarationList<ReferenceType> getInterfacesExtended()
default List<ReferenceType> getAllInterfacesExtended()
Copyright © 2016. All rights reserved.