Class PropertyUtils
java.lang.Object
com.weirddev.testme.intellij.utils.PropertyUtils
Created with IntelliJ IDEA.
User: yaron.yamin
Date: 11/1/2017
Time: 4:21 PM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPropertyGetter
(com.intellij.psi.PsiMethod psiMethod) static boolean
isPropertySetter
(com.intellij.psi.PsiMethod psiMethod) static boolean
isPropertySetter
(com.intellij.psi.PsiMethod psiMethod, String propertyName)
-
Constructor Details
-
PropertyUtils
public PropertyUtils()
-
-
Method Details
-
isPropertySetter
public static boolean isPropertySetter(com.intellij.psi.PsiMethod psiMethod) -
isPropertySetter
-
isPropertyGetter
public static boolean isPropertyGetter(com.intellij.psi.PsiMethod psiMethod)
-