Package editor.search
Class FeatureUtil
java.lang.Object
editor.search.FeatureUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
constructorInfosEqual
(IConstructorInfo ci, IConstructorInfo targetCi) private static IConstructorInfo
findConstructor
(IJavaType genType, IJavaClassConstructor ctor) private static IMethodInfo
findMethod
(IJavaType genType, IJavaClassMethod method) (package private) static IConstructorInfo
(package private) static IMethodInfo
private static IMethodInfo
findRootMethodInfo
(IType genType, IMethodInfo mi) (package private) static IPropertyInfo
private static IPropertyInfo
findRootPropertyInfo
(IType genType, IPropertyInfo pi) (package private) static IType
getGenericType
(IType ownersType) static IType[]
getParamTypes
(IParameterInfo[] paramInfos) (package private) static boolean
methodInfosEqual
(IMethodInfo mi, IMethodInfo targetMi)
-
Constructor Details
-
FeatureUtil
public FeatureUtil()
-
-
Method Details
-
findRootConstructorInfo
-
findRootPropertyInfo
-
findRootMethodInfo
-
findMethod
-
findConstructor
-
findRootPropertyInfo
-
findRootMethodInfo
-
methodInfosEqual
-
constructorInfosEqual
-
getParamTypes
-
getGenericType
-