Package gw.lang.reflect.java
Class ClassInfoUtil
- java.lang.Object
-
- gw.lang.reflect.java.ClassInfoUtil
-
public class ClassInfoUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassInfoUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IType
getActualReturnType(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
static IType[]
getActualTypes(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
static IType
getPublishedType(IType type, IJavaClassInfo classInfo)
-
-
-
Method Detail
-
getPublishedType
public static IType getPublishedType(IType type, IJavaClassInfo classInfo)
-
getActualReturnType
public static IType getActualReturnType(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-
getActualTypes
public static IType[] getActualTypes(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-
-