Package gw.lang.reflect.java
Class ClassInfoUtil
java.lang.Object
gw.lang.reflect.java.ClassInfoUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IType
getActualReturnType
(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) static IType[]
getActualTypes
(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) static IType
getPublishedType
(IType type, IJavaClassInfo classInfo)
-
Constructor Details
-
ClassInfoUtil
public ClassInfoUtil()
-
-
Method Details
-
getPublishedType
-
getActualReturnType
public static IType getActualReturnType(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars) -
getActualTypes
public static IType[] getActualTypes(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
-