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

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

public static class ReflectionDescriptor.ClassTypeImpl
extends java.lang.Object
implements Type, GenericDeclaration


Constructor Summary
ReflectionDescriptor.ClassTypeImpl(java.lang.String name)
           
ReflectionDescriptor.ClassTypeImpl(java.lang.String name, boolean isInterface)
           
 
Method Summary
 TypeVariable<?>[] getTypeParameters()
           
 void setTypeParameters(TypeVariable<?>[] typeParameters)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionDescriptor.ClassTypeImpl

public ReflectionDescriptor.ClassTypeImpl(java.lang.String name)

ReflectionDescriptor.ClassTypeImpl

public ReflectionDescriptor.ClassTypeImpl(java.lang.String name,
                                          boolean isInterface)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getTypeParameters

public TypeVariable<?>[] getTypeParameters()
Specified by:
getTypeParameters in interface GenericDeclaration

setTypeParameters

public void setTypeParameters(TypeVariable<?>[] typeParameters)