public static class UastCallMatcher.SimpleUastCallMatcher extends java.lang.Object implements UastCallMatcher
UastCallMatcher.Builder, UastCallMatcher.SimpleUastCallMatcher
Constructor and Description |
---|
SimpleUastCallMatcher(java.lang.String methodName,
java.lang.String [] arguments,
boolean matchArgumentTypeInheritors,
java.lang.String classFqn,
java.lang.String returnTypeClassFqn) |
Modifier and Type | Method and Description |
---|---|
boolean |
testCallableReferenceExpression(UCallableReferenceExpression expression) |
boolean |
testCallExpression(UCallExpression expression) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
anyOf, builder
public SimpleUastCallMatcher(java.lang.String methodName, java.lang.String [] arguments, boolean matchArgumentTypeInheritors, java.lang.String classFqn, java.lang.String returnTypeClassFqn)
public boolean testCallExpression(UCallExpression expression)
testCallExpression
in interface UastCallMatcher
public boolean testCallableReferenceExpression(UCallableReferenceExpression expression)
testCallableReferenceExpression
in interface UastCallMatcher