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 voidcollectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)static MethodMatcherconstructorMatcher(String descriptor)static MethodMatchermethodMatcher(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)
-
-