greflect
0.11-DRAFT

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:
  1. 型変数を解決する。with Type
Notes & Descriptions:
(none)
SourceInfo:
$Id: TypeVarScope.java 7 2008-05-10 12:03:43Z yo-zi $

Author:
yo-zi

Field Summary
static TypeVarScope NULL
           
 
Method Summary
 GenericTypeRef resolveTypeVariable(java.lang.reflect.TypeVariable<? extends java.lang.reflect.GenericDeclaration> key)
           
 

Field Detail

NULL

static final TypeVarScope NULL
Method Detail

resolveTypeVariable

GenericTypeRef resolveTypeVariable(java.lang.reflect.TypeVariable<? extends java.lang.reflect.GenericDeclaration> key)

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.