jp.sourceforge.greflect.impl
Interface TypeVarScope
- All Known Implementing Classes:
- BranchedTypeVarScope, ChainedTypeVarScope, ClassTypeVarScope, ExtractingTypeVarScope
public interface TypeVarScope
A mapping from type variables to the resolved types
.
Responsibilities & Collaborations:
-
型変数を解決する。with
Type
Notes & Descriptions:
(none)
SourceInfo:
$Id: TypeVarScope.java 7 2008-05-10 12:03:43Z yo-zi $
- Author:
- yo-zi
NULL
static final TypeVarScope NULL
resolveTypeVariable
GenericTypeRef resolveTypeVariable(java.lang.reflect.TypeVariable<? extends java.lang.reflect.GenericDeclaration> key)
Copyright © 2008 yo-zi. All Rights Reserved.