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 MethodMatcherscollectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)static MethodMatchersconstructorMatcher(String descriptor)static MethodMatchersmethodMatchers(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)
-
-