Uses of Class
org.sonar.java.matcher.MethodMatcher
-
Packages that use MethodMatcher Package Description org.sonar.java.matcher -
-
Uses of MethodMatcher in org.sonar.java.matcher
Methods in org.sonar.java.matcher that return MethodMatcher Modifier and Type Method Description MethodMatcher
MethodMatcher. addParameter(String fullyQualifiedTypeParameterName)
MethodMatcher
MethodMatcher. addParameter(TypeCriteria parameterTypeCriteria)
MethodMatcher
MethodMatcher. callSite(TypeCriteria callSite)
static MethodMatcher
MethodMatcherFactory. constructorMatcher(String descriptor)
MethodMatcher
MethodMatcher. copy()
static MethodMatcher
MethodMatcher. create()
static MethodMatcher
MethodMatcherFactory. methodMatcher(String descriptor)
MethodMatcher
MethodMatcher. name(String methodName)
MethodMatcher
MethodMatcher. name(NameCriteria methodName)
MethodMatcher
MethodMatcher. parameters(String... parameterTypes)
MethodMatcher
MethodMatcher. parameters(TypeCriteria... parameterTypes)
MethodMatcher
MethodMatcher. typeDefinition(String fullyQualifiedTypeName)
MethodMatcher
MethodMatcher. typeDefinition(TypeCriteria typeDefinition)
MethodMatcher
MethodMatcher. withAnyParameters()
MethodMatcher
MethodMatcher. withoutParameter()
Methods in org.sonar.java.matcher with parameters of type MethodMatcher Modifier and Type Method Description MethodMatcherCollection
MethodMatcherCollection. add(MethodMatcher matcher)
static void
MethodMatcherFactory. collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)
static MethodMatcherCollection
MethodMatcherCollection. create(MethodMatcher... matchers)
Method parameters in org.sonar.java.matcher with type arguments of type MethodMatcher Modifier and Type Method Description MethodMatcherCollection
MethodMatcherCollection. addAll(Collection<MethodMatcher> matchers)
-