Enum MethodInvocationMatcher.MethodKind

java.lang.Object
java.lang.Enum<MethodInvocationMatcher.MethodKind>
com.google.errorprone.matchers.method.MethodInvocationMatcher.MethodKind
All Implemented Interfaces:
Serializable, Comparable<MethodInvocationMatcher.MethodKind>, java.lang.constant.Constable
Enclosing class:
MethodInvocationMatcher

public static enum MethodInvocationMatcher.MethodKind extends Enum<MethodInvocationMatcher.MethodKind>
The kinds of things that count as a method invocation.

This is part of the low-level API for constructing Rule objects dynamically. Consider using the fluent API from MethodMatcher, and the associated helpers in Matchers, when possible.