Searched defs:visitMethodInvocation (Results 1 – 3 of 3) sorted by relevance
197 public MethodInvocationNode visitMethodInvocation(MethodInvocationTree tree, Void p) { in visitMethodInvocation() method in NullAwayCFGBuilder.NullAwayCFGTranslationPhaseOne
139 public Void visitMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchClass() method
295 public @Nullable Void visitMethodInvocation(MethodInvocationTree node, Void unused) { in findCalls() method