Uses of Interface
org.sonar.plugins.java.api.semantic.MethodMatchers
Packages that use MethodMatchers
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of MethodMatchers in org.sonar.java.matcher
Classes in org.sonar.java.matcher that implement MethodMatchersModifier and TypeClassDescriptionclass
class
class
Methods in org.sonar.java.matcher that return MethodMatchersModifier and TypeMethodDescriptionMethodMatchersBuilder.build()
static MethodMatchers
MethodMatcherFactory.collectArguments
(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher) static MethodMatchers
MethodMatcherFactory.constructorMatcher
(String descriptor) static MethodMatchers
MethodMatcherFactory.methodMatchers
(String descriptor) Constructor parameters in org.sonar.java.matcher with type arguments of type MethodMatchers -
Uses of MethodMatchers in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return MethodMatchersModifier and TypeMethodDescriptionMethodMatchers.ParametersBuilder.build()
Build a MethodMatchers.static MethodMatchers
MethodMatchers.none()
static MethodMatchers
MethodMatchers.or
(List<? extends MethodMatchers> matchers) static MethodMatchers
MethodMatchers.or
(MethodMatchers... matchers) Combine multiple method matcher.Methods in org.sonar.plugins.java.api.semantic with parameters of type MethodMatchersModifier and TypeMethodDescriptionstatic MethodMatchers
MethodMatchers.or
(MethodMatchers... matchers) Combine multiple method matcher.Method parameters in org.sonar.plugins.java.api.semantic with type arguments of type MethodMatchersModifier and TypeMethodDescriptionstatic MethodMatchers
MethodMatchers.or
(List<? extends MethodMatchers> matchers)