net.entropysoft.transmorph.signature
Class FullTypeSignature

java.lang.Object
  extended by net.entropysoft.transmorph.signature.TypeSignature
      extended by net.entropysoft.transmorph.signature.FullTypeSignature
Direct Known Subclasses:
FieldTypeSignature, PrimitiveTypeSignature

public abstract class FullTypeSignature
extends TypeSignature

Signature for type (primitive, array or class) This class is thread-safe

Author:
Cedric Chabanois (cchabanois at gmail.com)

Constructor Summary
FullTypeSignature()
           
 
Method Summary
 String getSignature()
          get the signature using the "Internal Form of Fully Qualified Name"
 
Methods inherited from class net.entropysoft.transmorph.signature.TypeSignature
equals, getTypeErasureSignature, hashCode, isArrayType, isClassType, isPrimitiveType, isTypeArgument, isTypeVar
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTypeSignature

public FullTypeSignature()
Method Detail

getSignature

public String getSignature()
Description copied from class: TypeSignature
get the signature using the "Internal Form of Fully Qualified Name"

Specified by:
getSignature in class TypeSignature
Returns:


Copyright © 2008-2010 EntropySoft. All Rights Reserved.