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

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

public static class ReflectionDescriptor.GenericArrayTypeImpl
extends java.lang.Object
implements GenericArrayType


Constructor Summary
ReflectionDescriptor.GenericArrayTypeImpl(Type genericComponentType)
           
 
Method Summary
 Type getGenericComponentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionDescriptor.GenericArrayTypeImpl

public ReflectionDescriptor.GenericArrayTypeImpl(Type genericComponentType)
Method Detail

getGenericComponentType

public Type getGenericComponentType()
                             throws TypeNotPresentException,
                                    MalformedParameterizedTypeException
Specified by:
getGenericComponentType in interface GenericArrayType
Throws:
TypeNotPresentException
MalformedParameterizedTypeException