Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MetaTypeVariable[] |
BuildMetaMethod.getTypeParameters() |
MetaTypeVariable[] |
BuildMetaConstructor.getTypeParameters() |
MetaTypeVariable[] |
BuildMetaClass.getTypeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaClass.addTypeVariable(MetaTypeVariable typeVariable) |
Modifier and Type | Class and Description |
---|---|
class |
GWTTypeVariable |
Modifier and Type | Method and Description |
---|---|
static MetaTypeVariable[] |
GWTUtil.fromTypeVariable(com.google.gwt.core.ext.typeinfo.TypeOracle oracle,
com.google.gwt.core.ext.typeinfo.JTypeParameter[] typeParameters) |
MetaTypeVariable[] |
GWTSpecialMethod.getTypeParameters() |
MetaTypeVariable[] |
GWTMethod.getTypeParameters() |
MetaTypeVariable[] |
GWTConstructor.getTypeParameters() |
MetaTypeVariable[] |
GWTClass.getTypeParameters() |
Modifier and Type | Class and Description |
---|---|
class |
JavaReflectionTypeVariable
Java Reflection based implementation of
MetaTypeVariable . |
Modifier and Type | Method and Description |
---|---|
static MetaTypeVariable[] |
JavaReflectionUtil.fromTypeVariable(TypeVariable<?>[] typeVariables) |
MetaTypeVariable[] |
JavaReflectionMethod.getTypeParameters() |
MetaTypeVariable[] |
JavaReflectionConstructor.getTypeParameters() |
MetaTypeVariable[] |
JavaReflectionClass.getTypeParameters() |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.