net.sf.retrotranslator.runtime.impl
Class TypeArgument

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

public class TypeArgument
extends java.lang.Object

Author:
Taras Puchko

Field Summary
 TypeDescriptor descriptor
           
 char wildcard
           
 
Constructor Summary
TypeArgument()
           
TypeArgument(char wildcard, TypeDescriptor descriptor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wildcard

public char wildcard

descriptor

public TypeDescriptor descriptor
Constructor Detail

TypeArgument

public TypeArgument()

TypeArgument

public TypeArgument(char wildcard,
                    TypeDescriptor descriptor)