Package editor.search
Class FeatureUtil
- java.lang.Object
-
- editor.search.FeatureUtil
-
public class FeatureUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FeatureUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanconstructorInfosEqual(IConstructorInfo ci, IConstructorInfo targetCi)private static IConstructorInfofindConstructor(IJavaType genType, IJavaClassConstructor ctor)private static IMethodInfofindMethod(IJavaType genType, IJavaClassMethod method)(package private) static IConstructorInfofindRootConstructorInfo(IConstructorInfo ci)(package private) static IMethodInfofindRootMethodInfo(IMethodInfo mi)private static IMethodInfofindRootMethodInfo(IType genType, IMethodInfo mi)(package private) static IPropertyInfofindRootPropertyInfo(IPropertyInfo pi)private static IPropertyInfofindRootPropertyInfo(IType genType, IPropertyInfo pi)(package private) static ITypegetGenericType(IType ownersType)static IType[]getParamTypes(IParameterInfo[] paramInfos)(package private) static booleanmethodInfosEqual(IMethodInfo mi, IMethodInfo targetMi)
-
-
-
Method Detail
-
findRootConstructorInfo
static IConstructorInfo findRootConstructorInfo(IConstructorInfo ci)
-
findRootPropertyInfo
static IPropertyInfo findRootPropertyInfo(IPropertyInfo pi)
-
findRootMethodInfo
static IMethodInfo findRootMethodInfo(IMethodInfo mi)
-
findMethod
private static IMethodInfo findMethod(IJavaType genType, IJavaClassMethod method)
-
findConstructor
private static IConstructorInfo findConstructor(IJavaType genType, IJavaClassConstructor ctor)
-
findRootPropertyInfo
private static IPropertyInfo findRootPropertyInfo(IType genType, IPropertyInfo pi)
-
findRootMethodInfo
private static IMethodInfo findRootMethodInfo(IType genType, IMethodInfo mi)
-
methodInfosEqual
static boolean methodInfosEqual(IMethodInfo mi, IMethodInfo targetMi)
-
constructorInfosEqual
static boolean constructorInfosEqual(IConstructorInfo ci, IConstructorInfo targetCi)
-
getParamTypes
public static IType[] getParamTypes(IParameterInfo[] paramInfos)
-
-