|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
net.sourceforge.retroweaver.runtime.java.lang | |
net.sourceforge.retroweaver.runtime.java.lang.reflect |
Uses of Type in net.sourceforge.retroweaver.runtime.java.lang |
---|
Methods in net.sourceforge.retroweaver.runtime.java.lang that return Type | |
---|---|
static Type[] |
Class_.getGenericInterfaces(java.lang.Class class_)
|
static Type |
Class_.getGenericSuperclass(java.lang.Class class_)
|
Uses of Type in net.sourceforge.retroweaver.runtime.java.lang.reflect |
---|
Subinterfaces of Type in net.sourceforge.retroweaver.runtime.java.lang.reflect | |
---|---|
interface |
GenericArrayType
|
interface |
ParameterizedType
|
interface |
TypeVariable<D extends GenericDeclaration>
|
interface |
WildcardType
|
Classes in net.sourceforge.retroweaver.runtime.java.lang.reflect that implement Type | |
---|---|
static class |
ReflectionDescriptor.ClassTypeImpl
|
static class |
ReflectionDescriptor.GenericArrayTypeImpl
|
static class |
ReflectionDescriptor.ParameterizedTypeImpl
|
static class |
ReflectionDescriptor.TypeVariableImpl<D extends GenericDeclaration>
|
static class |
ReflectionDescriptor.WildcardTypeImpl
|
Methods in net.sourceforge.retroweaver.runtime.java.lang.reflect that return Type | |
---|---|
Type[] |
ParameterizedType.getActualTypeArguments()
|
Type[] |
ReflectionDescriptor.ParameterizedTypeImpl.getActualTypeArguments()
|
Type[] |
TypeVariable.getBounds()
|
Type[] |
ReflectionDescriptor.TypeVariableImpl.getBounds()
|
Type |
GenericArrayType.getGenericComponentType()
|
Type |
ReflectionDescriptor.GenericArrayTypeImpl.getGenericComponentType()
|
Type[] |
ReflectionDescriptor.getGenericInterfaces()
|
Type |
ReflectionDescriptor.getGenericSuperclass()
|
Type[] |
WildcardType.getLowerBounds()
|
Type[] |
ReflectionDescriptor.WildcardTypeImpl.getLowerBounds()
|
Type |
ParameterizedType.getOwnerType()
|
Type |
ReflectionDescriptor.ParameterizedTypeImpl.getOwnerType()
|
Type |
ParameterizedType.getRawType()
|
Type |
ReflectionDescriptor.ParameterizedTypeImpl.getRawType()
|
Type[] |
WildcardType.getUpperBounds()
|
Type[] |
ReflectionDescriptor.WildcardTypeImpl.getUpperBounds()
|
Methods in net.sourceforge.retroweaver.runtime.java.lang.reflect with parameters of type Type | |
---|---|
protected void |
ReflectionDescriptor.TypeVariableImpl.setBounds(Type[] bounds)
|
Constructors in net.sourceforge.retroweaver.runtime.java.lang.reflect with parameters of type Type | |
---|---|
ReflectionDescriptor.GenericArrayTypeImpl(Type genericComponentType)
|
|
ReflectionDescriptor.ParameterizedTypeImpl(Type owner,
Type[] args,
Type raw)
|
|
ReflectionDescriptor.ParameterizedTypeImpl(Type owner,
Type[] args,
Type raw)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |