public class MethodMatcherFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
collectArguments(String descriptor,
Matcher initialMatcher,
int groupOffset,
MethodMatcher methodMatcher) |
static MethodMatcher |
constructorMatcher(String descriptor) |
static MethodMatcher |
methodMatcher(String descriptor) |
public static MethodMatcher constructorMatcher(String descriptor)
public static MethodMatcher methodMatcher(String descriptor)
public static void collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)
Copyright © 2012–2016 SonarSource. All rights reserved.