Class GroovyPropertyUtil
java.lang.Object
com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil
A wrapper to IJ GroovyPropertyUtils, used to isolate groovy plugin so there will be not attempts to load it at runtime when its not available
User: yaron.yamin
Date: 11/1/2017
Time: 4:23 PM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPropertyGetter
(@Nullable com.intellij.psi.PsiMethod method) static boolean
isPropertySetter
(@Nullable com.intellij.psi.PsiMethod method) static boolean
isPropertySetter
(@Nullable com.intellij.psi.PsiMethod method, String propertyName)
-
Constructor Details
-
GroovyPropertyUtil
public GroovyPropertyUtil()
-
-
Method Details
-
isPropertySetter
public static boolean isPropertySetter(@Nullable @Nullable com.intellij.psi.PsiMethod method) -
isPropertySetter
public static boolean isPropertySetter(@Nullable @Nullable com.intellij.psi.PsiMethod method, String propertyName) -
isPropertyGetter
public static boolean isPropertyGetter(@Nullable @Nullable com.intellij.psi.PsiMethod method)
-