net.sf.rej.java.attribute.generics
Class FieldSignature

java.lang.Object
  extended by net.sf.rej.java.attribute.generics.FieldSignature

public class FieldSignature
extends java.lang.Object

Models a field signature for fields with type arguments.

Author:
Sami Koivu

Constructor Summary
FieldSignature(GenericJavaType type)
           
 
Method Summary
 GenericJavaType getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSignature

public FieldSignature(GenericJavaType type)
Method Detail

getType

public GenericJavaType getType()