public class MethodMatcherFactory extends Object
Modifier and Type | Method | 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–2018 SonarSource. All rights reserved.