Class InvocationMatcher.CompoundInvocationMatcher
java.lang.Object
net.sourceforge.pmd.lang.java.types.InvocationMatcher.CompoundInvocationMatcher
- Enclosing class:
InvocationMatcher
A compound of several matchers (logical OR). Get one from
InvocationMatcher.parseAll(String, String...);-
Method Summary
Modifier and TypeMethodDescriptionbooleananyMatch(InvocationNode node) Returns true if any of the matchers match the node.booleanReturns true if any of the matchers match the node.
-
Method Details
-
anyMatch
Returns true if any of the matchers match the node.- See Also:
-
anyMatch
Returns true if any of the matchers match the node.- See Also:
-