Uses of Class
org.sonar.java.matcher.MethodMatcherCollection
-
Packages that use MethodMatcherCollection Package Description org.sonar.java.matcher org.sonar.java.se -
-
Uses of MethodMatcherCollection in org.sonar.java.matcher
Methods in org.sonar.java.matcher that return MethodMatcherCollection Modifier and Type Method Description MethodMatcherCollection
MethodMatcherCollection. add(MethodMatcher matcher)
MethodMatcherCollection
MethodMatcherCollection. addAll(Collection<MethodMatcher> matchers)
static MethodMatcherCollection
MethodMatcherCollection. create(MethodMatcher... matchers)
-
Uses of MethodMatcherCollection in org.sonar.java.se
Fields in org.sonar.java.se declared as MethodMatcherCollection Modifier and Type Field Description static MethodMatcherCollection
ExplodedGraphWalker. EQUALS_METHODS
-