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
141 public Void visitMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchClass() method
296 public @Nullable Void visitMethodInvocation(MethodInvocationTree node, Void unused) { in findCalls() method