Uses of Interface
org.sonar.plugins.java.api.semantic.MethodMatchers
-
Packages that use MethodMatchers Package Description org.sonar.java.matcher org.sonar.java.se org.sonar.plugins.java.api.semantic 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 MethodMatchers Modifier and Type Class Description class
MethodMatchersBuilder
class
MethodMatchersList
class
NoneMethodMatchers
Methods in org.sonar.java.matcher that return MethodMatchers Modifier and Type Method Description MethodMatchers
MethodMatchersBuilder. 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 Constructor Description MethodMatchersList(List<? extends MethodMatchers> matchers)
-
Uses of MethodMatchers in org.sonar.java.se
Fields in org.sonar.java.se declared as MethodMatchers Modifier and Type Field Description static MethodMatchers
ExplodedGraphWalker. EQUALS_METHODS
-
Uses of MethodMatchers in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return MethodMatchers Modifier and Type Method Description MethodMatchers
MethodMatchers.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 MethodMatchers Modifier and Type Method Description static MethodMatchers
MethodMatchers. or(MethodMatchers... matchers)
Combine multiple method matcher.Method parameters in org.sonar.plugins.java.api.semantic with type arguments of type MethodMatchers Modifier and Type Method Description static MethodMatchers
MethodMatchers. or(List<? extends MethodMatchers> matchers)
-