Package org.sonar.java.matcher
Class MethodMatcherFactory
java.lang.Object
org.sonar.java.matcher.MethodMatcherFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethodMatchers
collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)
static MethodMatchers
constructorMatcher(String descriptor)
static MethodMatchers
methodMatchers(String descriptor)
-
Method Details
-
constructorMatcher
-
methodMatchers
-
collectArguments
public static MethodMatchers collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)
-