Package org.openrewrite.java
Interface InvocationMatcher
- All Known Implementing Classes:
MethodMatcher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionadvanced()static InvocationMatcherfromInvocationMatchers(Collection<? extends InvocationMatcher> matchers) static InvocationMatcherfromInvocationMatchers(InvocationMatcher... invocationMatchers) booleanmatches(@Nullable Expression expression)
-
Method Details
-
matches
-
advanced
-
fromInvocationMatchers
-
fromInvocationMatchers
-