Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Interface MetaTypeVariable

All Superinterfaces:
MetaType
All Known Implementing Classes:
GWTTypeVariable, JavaReflectionTypeVariable

public interface MetaTypeVariable
extends MetaType

Author:
Mike Brock , Jonathan Fuerth

Method Summary
 MetaType[] getBounds()
          Returns an array of the upper bounds on this type variable.
 
Methods inherited from interface org.jboss.errai.codegen.meta.MetaType
getName
 

Method Detail

getBounds

MetaType[] getBounds()
Returns an array of the upper bounds on this type variable. For each entry in the array, if the bound can be resolved to a type, it will be resolved (the array entry will be a MetaClass or a MetaParameterizedType); otherwise (the type variable is unresolvable) it will be a type variable or a parameterized type with an unresolved type variable itself.


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.