Package org.sonar.java.checks.helpers
Class MethodTreeUtils
- java.lang.Object
-
- org.sonar.java.checks.helpers.MethodTreeUtils
-
public final class MethodTreeUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEqualsMethod(MethodTree m)static booleanisHashCodeMethod(MethodTree m)static booleanisMainMethod(MethodTree m)
-
-
-
Method Detail
-
isMainMethod
public static boolean isMainMethod(MethodTree m)
-
isEqualsMethod
public static boolean isEqualsMethod(MethodTree m)
-
isHashCodeMethod
public static boolean isHashCodeMethod(MethodTree m)
-
-