Uses of Interface
org.jboss.errai.codegen.framework.meta.MetaTypeVariable

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

Uses of MetaTypeVariable in org.jboss.errai.codegen.framework.meta
 

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

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

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

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

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

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

Methods in org.jboss.errai.codegen.framework.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.codegen.framework.meta.impl.java
 

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

Methods in org.jboss.errai.codegen.framework.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.