Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.declaration
Interface TypeVariableD  view TypeVariableD download TypeVariableD.java

All Superinterfaces:
Declaration, HasNameD, HasTypeD, TypeD

public interface TypeVariableD
extends TypeD, HasNameD

Mirrors a type variable.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Field Summary
 
Fields inherited from interface javax.ide.model.java.declaration.TypeD
EMPTY_ARRAY
 
Method Summary
 java.util.Collection getBounds()
          Gets the bounds, in order.
 GenericD getGenericDeclaration()
          Gets the declaring generic declaration.
 
Methods inherited from interface javax.ide.model.java.declaration.TypeD
equals, getClass, getClasses, getDeclaredClass, getDeclaredClasses, getDeclaredConstructor, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredMethod, getDeclaredMethods, getDeclaredMethods, getDescriptor, getField, getFields, getHierarchy, getInterfaces, getMethod, getMethods, getMethods, getSourceName, getSuperclass, getType, getTypeErasure, getTypeSignature, isAnnotation, isArray, isAssignableFrom, isEnum, isInterface, isPrimitive
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 
Methods inherited from interface javax.ide.model.java.declaration.HasNameD
getName
 

Method Detail

getBounds

public java.util.Collection getBounds()
Gets the bounds, in order.


getGenericDeclaration

public GenericD getGenericDeclaration()
Gets the declaring generic declaration.