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 boolean
isEqualsMethod(MethodTree m)
static boolean
isHashCodeMethod(MethodTree m)
static boolean
isMainMethod(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)
-
-