Package org.eclipse.xtext.util
Class ReflectionUtil
- java.lang.Object
-
- org.eclipse.xtext.util.ReflectionUtil
-
public class ReflectionUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>getObjectType(java.lang.Class<?> clazzA)static java.lang.Class<?>getRawType(java.lang.reflect.Type type)Copied from com.google.inject.internal.MoreTypes.getRawType(Type)
-