Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JDT
Release 3.5

com.sun.mirror.type
Interface InterfaceType

All Superinterfaces:
DeclaredType, ReferenceType, TypeMirror
All Known Subinterfaces:
AnnotationType

public interface InterfaceType
extends DeclaredType

Represents an interface type. Note that an annotation type is a kind of interface.

While an InterfaceDeclaration represents the declaration of an interface, an InterfaceType represents an interface type. See TypeDeclaration for more on this distinction.

Since:
1.5

Method Summary
  InterfaceDeclaration getDeclaration ()
          Returns the declaration of this type.
 
Methods inherited from interface com.sun.mirror.type. DeclaredType
getActualTypeArguments, getContainingType, getSuperinterfaces
 
Methods inherited from interface com.sun.mirror.type. TypeMirror
accept, equals, toString
 

Method Detail

getDeclaration


InterfaceDeclaration getDeclaration()
Returns the declaration of this type.

Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.

Specified by:
getDeclaration in interface DeclaredType
Returns:
the declaration of this type, or null if unknown

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire