public interface InterfaceType extends DeclaredType
While an InterfaceDeclaration represents the
declaration of an interface, an InterfaceType
represents an interface type.
See TypeDeclaration for more on this distinction.
| Modifier and Type | Method and Description |
|---|---|
InterfaceDeclaration |
getDeclaration()
Returns the declaration of this type.
|
getActualTypeArguments, getContainingType, getSuperinterfacesaccept, equals, toStringInterfaceDeclaration getDeclaration()
Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.
getDeclaration in interface DeclaredType
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.