sun.reflect.generics.repository
Class MethodRepository
java.lang.Object
sun.reflect.generics.repository.AbstractRepository<S>
sun.reflect.generics.repository.GenericDeclRepository<MethodTypeSignature>
sun.reflect.generics.repository.ConstructorRepository
sun.reflect.generics.repository.MethodRepository
public class MethodRepository
- extends ConstructorRepository
This class represents the generic type information for a method.
The code is not dependent on a particular reflective implementation.
It is designed to be used unchanged by at least core reflection and JDI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
make
public static MethodRepository make(String rawSig,
GenericsFactory f)
- Static factory method.
- Parameters:
rawSig - - the generic signature of the reflective object
that this repository is servicingf - - a factory that will provide instances of reflective
objects when this repository converts its AST
- Returns:
- a MethodRepository that manages the generic type
information represented in the signature rawSig
getReturnType
public Type getReturnType()
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.