Errai 3.0.1-SNAPSHOT

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

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

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

Methods in org.jboss.errai.codegen.meta that return MetaTypeVariable
 MetaTypeVariable[] MetaGenericDeclaration.getTypeParameters()
          Returns the array of type variables declared on this generic declaration site, in the order they were declared in the source code.
 

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

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

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

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

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

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

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

Classes in org.jboss.errai.codegen.meta.impl.java that implement MetaTypeVariable
 class JavaReflectionTypeVariable
          Java Reflection based implementation of MetaTypeVariable.
 

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


Errai 3.0.1-SNAPSHOT

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