public class MethodInvocationMatcherCollection extends Object
| Modifier and Type | Method and Description |
|---|---|
MethodInvocationMatcherCollection |
add(MethodMatcher matcher) |
boolean |
anyMatch(MethodInvocationTree mit) |
boolean |
anyMatch(MethodTree method) |
static MethodInvocationMatcherCollection |
create() |
static MethodInvocationMatcherCollection |
create(MethodMatcher... matchers) |
public static MethodInvocationMatcherCollection create()
public static MethodInvocationMatcherCollection create(MethodMatcher... matchers)
public MethodInvocationMatcherCollection add(MethodMatcher matcher)
public boolean anyMatch(MethodInvocationTree mit)
public boolean anyMatch(MethodTree method)
Copyright © 2012–2016 SonarSource. All rights reserved.