Uses of Interface
org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaTypeVariable

Packages that use MetaTypeVariable
org.jboss.errai.ioc.rebind.ioc.codegen.meta   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java   
 

Uses of MetaTypeVariable in org.jboss.errai.ioc.rebind.ioc.codegen.meta
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta that return MetaTypeVariable
 MetaTypeVariable[] MetaGenericDeclaration.getTypeParameters()
           
 

Uses of MetaTypeVariable in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build that return MetaTypeVariable
 MetaTypeVariable[] BuildMetaMethod.getTypeParameters()
           
 MetaTypeVariable[] BuildMetaConstructor.getTypeParameters()
           
 MetaTypeVariable[] BuildMetaClass.getTypeParameters()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build with parameters of type MetaTypeVariable
 void BuildMetaClass.addTypeVariable(MetaTypeVariable typeVariable)
           
 

Uses of MetaTypeVariable in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt
 

Classes in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt that implement MetaTypeVariable
 class GWTTypeVariable
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt that return MetaTypeVariable
static MetaTypeVariable[] GWTUtil.fromTypeVariable(com.google.gwt.core.ext.typeinfo.JTypeParameter[] typeParameters)
           
 MetaTypeVariable[] GWTMethod.getTypeParameters()
           
 MetaTypeVariable[] GWTGenericDeclaration.getTypeParameters()
           
 MetaTypeVariable[] GWTConstructor.getTypeParameters()
           
 MetaTypeVariable[] GWTClass.getTypeParameters()
           
 

Uses of MetaTypeVariable in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
 

Classes in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java that implement MetaTypeVariable
 class JavaReflectionTypeVariable
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java that return MetaTypeVariable
static MetaTypeVariable[] JavaReflectionUtil.fromTypeVariable(TypeVariable[] typeVariables)
           
 MetaTypeVariable[] JavaReflectionMethod.getTypeParameters()
           
 MetaTypeVariable[] JavaReflectionGenericDeclaration.getTypeParameters()
           
 MetaTypeVariable[] JavaReflectionConstructor.getTypeParameters()
           
 MetaTypeVariable[] JavaReflectionClass.getTypeParameters()
           
 



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