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 MethodMatchers
collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)
static MethodMatchers
constructorMatcher(String descriptor)
static MethodMatchers
methodMatchers(String descriptor)
-
-
-
Method Detail
-
constructorMatcher
public static MethodMatchers constructorMatcher(String descriptor)
-
methodMatchers
public static MethodMatchers methodMatchers(String descriptor)
-
collectArguments
public static MethodMatchers collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)
-
-