org.aspectj.internal.lang.reflect
Class StringToType

java.lang.Object
  extended by org.aspectj.internal.lang.reflect.StringToType

public class StringToType
extends java.lang.Object


Constructor Summary
StringToType()
           
 
Method Summary
static java.lang.reflect.Type[] commaSeparatedListToTypeArray(java.lang.String typeNames, java.lang.Class classScope)
           
static java.lang.reflect.Type stringToType(java.lang.String typeName, java.lang.Class classScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringToType

public StringToType()
Method Detail

commaSeparatedListToTypeArray

public static java.lang.reflect.Type[] commaSeparatedListToTypeArray(java.lang.String typeNames,
                                                                     java.lang.Class classScope)
                                                              throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

stringToType

public static java.lang.reflect.Type stringToType(java.lang.String typeName,
                                                  java.lang.Class classScope)
                                           throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException