Package org.sonar.java.matcher
Class MethodMatcherFactory
- java.lang.Object
-
- org.sonar.java.matcher.MethodMatcherFactory
-
public class MethodMatcherFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)
static MethodMatcher
constructorMatcher(String descriptor)
static MethodMatcher
methodMatcher(String descriptor)
-
-
-
Method Detail
-
constructorMatcher
public static MethodMatcher constructorMatcher(String descriptor)
-
methodMatcher
public static MethodMatcher methodMatcher(String descriptor)
-
collectArguments
public static void collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)
-
-