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

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

public class GWTWildcardType
extends Object
implements MetaWildcardType

Author:
Mike Brock

Constructor Summary
GWTWildcardType(com.google.gwt.core.ext.typeinfo.JWildcardType wildcardType)
           
 
Method Summary
 MetaType[] getLowerBounds()
           
 MetaType[] getUpperBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTWildcardType

public GWTWildcardType(com.google.gwt.core.ext.typeinfo.JWildcardType wildcardType)
Method Detail

getLowerBounds

public MetaType[] getLowerBounds()
Specified by:
getLowerBounds in interface MetaWildcardType

getUpperBounds

public MetaType[] getUpperBounds()
Specified by:
getUpperBounds in interface MetaWildcardType


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