|
greflect
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeVarScope | |
|---|---|
| jp.sourceforge.greflect.impl | The package for greflect implementation
greflect実装用のパッケージ . |
| Uses of TypeVarScope in jp.sourceforge.greflect.impl |
|---|
| Classes in jp.sourceforge.greflect.impl that implement TypeVarScope | |
|---|---|
class |
BranchedTypeVarScope
A TypeVarScope implementation [chain of responsibility] [immutable] . |
class |
ChainedTypeVarScope
A TypeVarScope implementation [chain of responsibility] [immutable] . |
class |
ClassTypeVarScope
A TypeVarScope generated from a Class [concurrent] . |
class |
ExtractingTypeVarScope
A TypeVarScope extracting result from another type definition [concurrent] . |
class |
SingleTypeVarScope
A TypeVarScope implementation [immutable] . |
| Fields in jp.sourceforge.greflect.impl declared as TypeVarScope | |
|---|---|
static TypeVarScope |
TypeVarScope.NULL
|
| Methods in jp.sourceforge.greflect.impl that return TypeVarScope | ||
|---|---|---|
static
|
ChainedTypeVarScope.chain(TypeVarScope scope,
java.lang.Class<T> cls,
GenericTypeRef[] types)
|
|
static
|
ChainedTypeVarScope.chain(TypeVarScope scope,
java.lang.Class<T> cls,
java.lang.reflect.Type[] types)
|
|
TypeVarScope |
SimpleGenericTypeRef.getScope()
|
|
TypeVarScope |
GenericTypeRef.getScope()
get scope of typevar . |
|
static TypeVarScope |
ClassTypeVarScope.getTypeScopeWithEnclosings(java.lang.Class<?> cls)
immutable property-name - typeref mapping. |
|
TypeVarScope |
TypeConversionStrategy.getUnresolvedTypeVarsFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
TypeVarScope |
DefaultTypeConversionStrategy.getUnresolvedTypeVarsFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
static TypeVarScope |
ExtractingTypeVarScope.makeMargedScope(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
| Methods in jp.sourceforge.greflect.impl with parameters of type TypeVarScope | ||
|---|---|---|
static
|
ChainedTypeVarScope.chain(TypeVarScope scope,
java.lang.Class<T> cls,
GenericTypeRef[] types)
|
|
static
|
ChainedTypeVarScope.chain(TypeVarScope scope,
java.lang.Class<T> cls,
java.lang.reflect.Type[] types)
|
|
java.lang.Class<?> |
TypeConversionStrategy.getRawClassOf(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
java.lang.Class<?> |
DefaultTypeConversionStrategy.getRawClassOf(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
java.lang.String |
TypeConversionStrategy.getTypeDescriptionFor(java.lang.reflect.Type type,
TypeVarScope scope,
boolean ignoreTypeName)
|
|
java.lang.String |
DefaultTypeConversionStrategy.getTypeDescriptionFor(java.lang.reflect.Type type,
TypeVarScope scope,
boolean ignoreTypeName)
(overridden) . |
|
java.lang.String |
TypeConversionStrategy.getTypeSignatureTo(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
java.lang.String |
DefaultTypeConversionStrategy.getTypeSignatureTo(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
TypeVarScope |
TypeConversionStrategy.getUnresolvedTypeVarsFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
TypeVarScope |
DefaultTypeConversionStrategy.getUnresolvedTypeVarsFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
boolean |
TypeConversionStrategy.isAssignableFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
boolean |
DefaultTypeConversionStrategy.isAssignableFromTo(java.lang.reflect.Type stype,
TypeVarScope sscope,
java.lang.reflect.Type dtype,
TypeVarScope dscope)
|
|
static TypeVarScope |
ExtractingTypeVarScope.makeMargedScope(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
java.lang.reflect.Type |
TypeConversionStrategy.resolveTypeVariable(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
java.lang.reflect.Type |
DefaultTypeConversionStrategy.resolveTypeVariable(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
void |
TypeConversionStrategy.writeTypeDescriptionTo(java.lang.StringBuilder buf,
java.lang.reflect.Type type,
TypeVarScope scope,
boolean ignoreTypeName)
|
|
void |
DefaultTypeConversionStrategy.writeTypeDescriptionTo(java.lang.StringBuilder buf,
java.lang.reflect.Type type,
TypeVarScope scope,
boolean ignoreTypeName)
(overridden) . |
|
| Constructors in jp.sourceforge.greflect.impl with parameters of type TypeVarScope | |
|---|---|
BranchedTypeVarScope(TypeVarScope first,
TypeVarScope second)
|
|
ChainedTypeVarScope(TypeVarScope scope,
java.lang.reflect.TypeVariable<? extends java.lang.reflect.GenericDeclaration> tvar,
GenericTypeRef fixed)
|
|
ExtractingTypeVarScope(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
SimpleGenericTypeRef(java.lang.reflect.Type type,
TypeVarScope scope)
|
|
|
greflect
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||