Java org.eclipse.jdt.core ITypeParameter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core ITypeParameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core ITypeParameter.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.ITypeParameter has the following implementations.
Click this link to see all its implementation.

Method

booleanexists()
Returns whether this Java element exists in the model.
String[]getBounds()
Returns the names of the class and interface bounds of this type parameter.
String[]getBoundsSignatures()
Returns the signatures for this type parameter's bounds.
IMembergetDeclaringMember()
Returns the declaring member of this type parameter.
StringgetElementName()
Returns the name of this element.
IJavaProjectgetJavaProject()
Returns the Java project this element is contained in, or null if this element is not contained in any Java project (for instance, the IJavaModel is not contained in any Java project).
StringgetSource()
Returns the source code associated with this element.