public class MethodMatcherCollection extends Object
Modifier and Type | Method and Description |
---|---|
MethodMatcherCollection |
add(MethodMatcher matcher) |
MethodMatcherCollection |
addAll(Collection<MethodMatcher> matchers) |
boolean |
anyMatch(MethodInvocationTree mit) |
boolean |
anyMatch(MethodTree method) |
boolean |
anyMatch(NewClassTree newClassTree) |
static MethodMatcherCollection |
create(MethodMatcher... matchers) |
public static MethodMatcherCollection create(MethodMatcher... matchers)
public MethodMatcherCollection add(MethodMatcher matcher)
public MethodMatcherCollection addAll(Collection<MethodMatcher> matchers)
public boolean anyMatch(MethodInvocationTree mit)
public boolean anyMatch(MethodTree method)
public boolean anyMatch(NewClassTree newClassTree)
Copyright © 2012–2017 SonarSource. All rights reserved.