public class ClassInfoUtil extends Object
| Constructor and Description |
|---|
ClassInfoUtil() |
| Modifier and Type | Method and 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) |
public static IType getPublishedType(IType type, IJavaClassInfo classInfo)
public static IType getActualReturnType(IJavaClassType genericType, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
public static IType[] getActualTypes(IJavaClassType[] genericTypes, TypeVarToTypeMap actualParamByVarName, boolean bKeepTypeVars)
Copyright © 2016. All rights reserved.