public interface InterfaceDeclaration extends TypeDeclaration, 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() |
asClass, asEnum, asInterface, asType, canBeAssignedTo, containerType, getAllAncestors, getAllFields, getAllMethods, getAllNonStaticFields, getAllStaticFields, getAncestors, getDeclaredFields, getDeclaredMethods, getField, getQualifiedName, hasAnnotation, hasDirectlyAnnotation, hasField, internalTypes, isAssignableBy, isAssignableBy, isClass, isEnum, isType, isTypeVariableasField, asMethod, asParameter, getName, hasName, isField, isMethod, isParametergetTypeParametersaccessLeveldefault boolean isInterface()
isInterface in interface TypeDeclarationList<ReferenceType> getInterfacesExtended()
default List<ReferenceType> getAllInterfacesExtended()
Copyright © 2016. All rights reserved.