org.reflext.api
Interface TypeVariableInfo

All Superinterfaces:
TypeInfo

public interface TypeVariableInfo
extends TypeInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 List<TypeInfo> getBounds()
           
 GenericDeclarationInfo getGenericDeclaration()
           
 String getName()
           
 
Methods inherited from interface org.reflext.api.TypeInfo
accept, getType, isCovariantWith
 

Method Detail

getBounds

List<TypeInfo> getBounds()

getGenericDeclaration

GenericDeclarationInfo getGenericDeclaration()

getName

String getName()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.