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 classMethodMatchersBuilderclassMethodMatchersListclassNoneMethodMatchersMethods in org.sonar.java.matcher that return MethodMatchers Modifier and Type Method Description MethodMatchersMethodMatchersBuilder. build()static MethodMatchersMethodMatcherFactory. collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher)static MethodMatchersMethodMatcherFactory. constructorMatcher(String descriptor)static MethodMatchersMethodMatcherFactory. 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 MethodMatchersExplodedGraphWalker. 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 MethodMatchersMethodMatchers.ParametersBuilder. build()Build a MethodMatchers.static MethodMatchersMethodMatchers. none()static MethodMatchersMethodMatchers. or(List<? extends MethodMatchers> matchers)static MethodMatchersMethodMatchers. 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 MethodMatchersMethodMatchers. 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 MethodMatchersMethodMatchers. or(List<? extends MethodMatchers> matchers)
-