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

Author:
colyer Helper class for converting type representations in Strings into java.lang.reflect.Types.

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
equals, 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