Package editor.search
Class FeatureUtil
java.lang.Object
editor.search.FeatureUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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 IConstructorInfo(package private) static IMethodInfoprivate static IMethodInfofindRootMethodInfo(IType genType, IMethodInfo mi) (package private) static IPropertyInfoprivate 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)
-
Constructor Details
-
FeatureUtil
public FeatureUtil()
-
-
Method Details
-
findRootConstructorInfo
-
findRootPropertyInfo
-
findRootMethodInfo
-
findMethod
-
findConstructor
-
findRootPropertyInfo
-
findRootMethodInfo
-
methodInfosEqual
-
constructorInfosEqual
-
getParamTypes
-
getGenericType
-