Home
last modified time | relevance | path

Searched refs:matchMethodInvocation (Results 1 – 4 of 4) sorted by relevance

/external/truth/refactorings/src/main/java/com/google/common/truth/refactorings/
DFailWithFacts.java62 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in FailWithFacts
DNamedToWithMessage.java67 public Description matchMethodInvocation(MethodInvocationTree namedCall, VisitorState state) { in matchMethodInvocation() method in NamedToWithMessage
DStoreActualValueInField.java79 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in StoreActualValueInField
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DNullAway.java314 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in NullAway