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 TypeClassDescriptionclassclassclassMethods in org.sonar.java.matcher that return MethodMatchersModifier and TypeMethodDescriptionMethodMatchersBuilder.build()static MethodMatchersMethodMatcherFactory.collectArguments(String descriptor, Matcher initialMatcher, int groupOffset, MethodMatchers.ParametersBuilder methodMatcher) static MethodMatchersMethodMatcherFactory.constructorMatcher(String descriptor) static MethodMatchersMethodMatcherFactory.methodMatchers(String descriptor) Methods in org.sonar.java.matcher with parameters of type MethodMatchersModifier and TypeMethodDescriptionstatic TreeMatcher<ExpressionTree> TreeMatcher.calls(MethodMatchers methodMatchers) static TreeMatcher<ExpressionTree> TreeMatcher.calls(MethodMatchers methodMatchers, TreeMatcher<MethodInvocationTree> methodInvocationMatcher) static TreeMatcher<StatementTree> TreeMatcher.isInvocationOf(MethodMatchers methodMatchers) static TreeMatcher<StatementTree> TreeMatcher.isInvocationOf(MethodMatchers methodMatchers, TreeMatcher<MethodInvocationTree> methodInvocationMatcher) 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 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 MethodMatchersModifier and TypeMethodDescriptionstatic MethodMatchersMethodMatchers.or(MethodMatchers... matchers) Combine multiple method matcher.Method parameters in org.sonar.plugins.java.api.semantic with type arguments of type MethodMatchersModifier and TypeMethodDescriptionstatic MethodMatchersMethodMatchers.or(List<? extends MethodMatchers> matchers)