public interface UastCallMatcher
Modifier and Type | Interface and Description |
---|---|
static class |
UastCallMatcher.Builder
Builder for
UastCallMatcher.SimpleUastCallMatcher . |
static class |
UastCallMatcher.SimpleUastCallMatcher |
Modifier and Type | Method and Description |
---|---|
static UastCallMatcher |
anyOf(UastCallMatcher... matchers) |
static UastCallMatcher.Builder |
builder() |
boolean |
testCallableReferenceExpression(UCallableReferenceExpression expression) |
boolean |
testCallExpression(UCallExpression expression) |
boolean testCallExpression(UCallExpression expression)
boolean testCallableReferenceExpression(UCallableReferenceExpression expression)
static UastCallMatcher.Builder builder()
static UastCallMatcher anyOf(UastCallMatcher... matchers)