Class StringToType
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.StringToType
-
public class StringToType extends Object
-
-
Constructor Summary
Constructors Constructor Description StringToType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Type[]commaSeparatedListToTypeArray(String typeNames, Class classScope)static TypestringToType(String typeName, Class classScope)
-
-
-
Method Detail
-
commaSeparatedListToTypeArray
public static Type[] commaSeparatedListToTypeArray(String typeNames, Class classScope) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
stringToType
public static Type stringToType(String typeName, Class classScope) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-