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 TypeVariable

All Superinterfaces:
ReferenceType, TypeMirror

public interface TypeVariable
extends ReferenceType

Represents a type variable. A type variable is declared by a type parameter of a type, method, or constructor.

Since:
1.5

Method Summary
  TypeParameterDeclaration getDeclaration ()
          Returns the type parameter that declared this type variable.
 
Methods inherited from interface com.sun.mirror.type. TypeMirror
accept, equals, toString
 

Method Detail

getDeclaration


TypeParameterDeclaration getDeclaration()
Returns the type parameter that declared this type variable.

Returns:
the type parameter that declared this type variable

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