DeclaredType
.@Deprecated 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()
Deprecated.
Returns the declaration of this type.
|
getActualTypeArguments, getContainingType, getSuperinterfaces
accept, equals, toString
InterfaceDeclaration 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 © 2004, 2013, Oracle and/or its affiliates. All rights reserved.