net.entropysoft.transmorph.signature
Class TypeFactory

java.lang.Object
  extended by net.entropysoft.transmorph.signature.TypeFactory

public class TypeFactory
extends Object


Constructor Summary
TypeFactory(ClassLoader classLoader)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 GenericArrayType getType(ArrayTypeSignature arrayTypeSignature)
           
 Type getType(ClassTypeSignature classTypeSignature)
           
 Type getType(FullTypeSignature typeSignature)
           
 Type getType(PrimitiveTypeSignature primitiveTypeSignature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeFactory

public TypeFactory(ClassLoader classLoader)
Method Detail

getClassLoader

public ClassLoader getClassLoader()

getType

public Type getType(FullTypeSignature typeSignature)
             throws ClassNotFoundException
Throws:
ClassNotFoundException

getType

public Type getType(PrimitiveTypeSignature primitiveTypeSignature)

getType

public GenericArrayType getType(ArrayTypeSignature arrayTypeSignature)
                         throws ClassNotFoundException
Throws:
ClassNotFoundException

getType

public Type getType(ClassTypeSignature classTypeSignature)
             throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2008-2010 EntropySoft. All Rights Reserved.