org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt
Class GWTTypeVariable

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt.GWTTypeVariable
All Implemented Interfaces:
MetaType, MetaTypeVariable

public class GWTTypeVariable
extends Object
implements MetaTypeVariable

Author:
Mike Brock

Constructor Summary
GWTTypeVariable(com.google.gwt.core.ext.typeinfo.JTypeParameter typeParameter)
           
 
Method Summary
 MetaType[] getBounds()
           
 MetaGenericDeclaration getGenericDeclaration()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTTypeVariable

public GWTTypeVariable(com.google.gwt.core.ext.typeinfo.JTypeParameter typeParameter)
Method Detail

getBounds

public MetaType[] getBounds()
Specified by:
getBounds in interface MetaTypeVariable

getGenericDeclaration

public MetaGenericDeclaration getGenericDeclaration()
Specified by:
getGenericDeclaration in interface MetaTypeVariable

getName

public String getName()
Specified by:
getName in interface MetaTypeVariable


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.