net.sourceforge.retroweaver.runtime.java.lang.reflect
Interface WildcardType

All Superinterfaces:
Type
All Known Implementing Classes:
ReflectionDescriptor.WildcardTypeImpl

public interface WildcardType
extends Type


Method Summary
 Type[] getLowerBounds()
           
 Type[] getUpperBounds()
           
 

Method Detail

getLowerBounds

Type[] getLowerBounds()
                      throws TypeNotPresentException,
                             MalformedParameterizedTypeException
Throws:
TypeNotPresentException
MalformedParameterizedTypeException

getUpperBounds

Type[] getUpperBounds()
                      throws TypeNotPresentException,
                             MalformedParameterizedTypeException
Throws:
TypeNotPresentException
MalformedParameterizedTypeException