net.sf.retrotranslator.runtime.impl
Class TypeParameter

java.lang.Object
  extended by net.sf.retrotranslator.runtime.impl.TypeParameter

public class TypeParameter
extends java.lang.Object

Author:
Taras Puchko

Field Summary
 LazyList<TypeDescriptor,java.lang.reflect.Type> bounds
           
 java.lang.String name
           
 
Constructor Summary
TypeParameter(java.lang.String name, LazyList<TypeDescriptor,java.lang.reflect.Type> bounds)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

bounds

public LazyList<TypeDescriptor,java.lang.reflect.Type> bounds
Constructor Detail

TypeParameter

public TypeParameter(java.lang.String name,
                     LazyList<TypeDescriptor,java.lang.reflect.Type> bounds)