net.sourceforge.retroweaver.runtime.java.lang.reflect
Class ReflectionDescriptor.WildcardTypeImpl

java.lang.Object
  extended by net.sourceforge.retroweaver.runtime.java.lang.reflect.ReflectionDescriptor.WildcardTypeImpl
All Implemented Interfaces:
Type, WildcardType
Enclosing class:
ReflectionDescriptor

public static class ReflectionDescriptor.WildcardTypeImpl
extends java.lang.Object
implements WildcardType


Constructor Summary
ReflectionDescriptor.WildcardTypeImpl()
           
 
Method Summary
 Type[] getLowerBounds()
           
 Type[] getUpperBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionDescriptor.WildcardTypeImpl

public ReflectionDescriptor.WildcardTypeImpl()
Method Detail

getLowerBounds

public Type[] getLowerBounds()
                      throws TypeNotPresentException,
                             MalformedParameterizedTypeException
Specified by:
getLowerBounds in interface WildcardType
Throws:
TypeNotPresentException
MalformedParameterizedTypeException

getUpperBounds

public Type[] getUpperBounds()
                      throws TypeNotPresentException,
                             MalformedParameterizedTypeException
Specified by:
getUpperBounds in interface WildcardType
Throws:
TypeNotPresentException
MalformedParameterizedTypeException