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 MethodMatcherMethodMatcher. addParameter(String fullyQualifiedTypeParameterName)MethodMatcherMethodMatcher. addParameter(TypeCriteria parameterTypeCriteria)MethodMatcherMethodMatcher. callSite(TypeCriteria callSite)static MethodMatcherMethodMatcherFactory. constructorMatcher(String descriptor)MethodMatcherMethodMatcher. copy()static MethodMatcherMethodMatcher. create()static MethodMatcherMethodMatcherFactory. methodMatcher(String descriptor)MethodMatcherMethodMatcher. name(String methodName)MethodMatcherMethodMatcher. name(NameCriteria methodName)MethodMatcherMethodMatcher. parameters(String... parameterTypes)MethodMatcherMethodMatcher. parameters(TypeCriteria... parameterTypes)MethodMatcherMethodMatcher. typeDefinition(String fullyQualifiedTypeName)MethodMatcherMethodMatcher. typeDefinition(TypeCriteria typeDefinition)MethodMatcherMethodMatcher. withAnyParameters()MethodMatcherMethodMatcher. withoutParameter()Methods in org.sonar.java.matcher with parameters of type MethodMatcher Modifier and Type Method Description MethodMatcherCollectionMethodMatcherCollection. add(MethodMatcher matcher)static voidMethodMatcherFactory. collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatcher methodMatcher)static MethodMatcherCollectionMethodMatcherCollection. create(MethodMatcher... matchers)Method parameters in org.sonar.java.matcher with type arguments of type MethodMatcher Modifier and Type Method Description MethodMatcherCollectionMethodMatcherCollection. addAll(Collection<MethodMatcher> matchers)
-