greflect
0.11-DRAFT

jp.sourceforge.greflect.impl
Interface GenericTypeRef

All Known Implementing Classes:
SimpleGenericTypeRef

public interface GenericTypeRef

A reference of generic type .

Responsibilities & Collaborations :
  1. with
  2. with
  3. with
  4. with
Notes & Descriptions
(none)
SourceInfo
$Id: GenericTypeRef.java 87 2008-05-26 18:06:45Z yo-zi $

Author:
yo-zi

Method Summary
 TypeVarScope getScope()
          get scope of typevar .
 java.lang.reflect.Type getType()
          get Type for a type-use .
 

Method Detail

getType

java.lang.reflect.Type getType()
get Type for a type-use .
Pre-conditions :
Post-conditions :

Returns:
[null: the type-use is not supported].

getScope

TypeVarScope getScope()
                      throws TypeViolationException
get scope of typevar .
Pre-conditions :
Post-conditions :

Returns:
Throws:
TypeViolationException

greflect
0.11-DRAFT

Copyright © 2008 yo-zi. All Rights Reserved.