Uses of Enum
com.google.errorprone.matchers.method.MethodInvocationMatcher.MethodKind
-
Uses of MethodInvocationMatcher.MethodKind in com.google.errorprone.matchers.method
Modifier and TypeClassDescriptionstatic enum
The kinds of things that count as a method invocation.Modifier and TypeMethodDescriptionMethodInvocationMatcher.Token.Kind.comparisonKey()
abstract MethodInvocationMatcher.MethodKind
MethodInvocationMatcher.Token.Kind.kind()
Returns the enum constant of this type with the specified name.static MethodInvocationMatcher.MethodKind[]
MethodInvocationMatcher.MethodKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionMethodInvocationMatcher.Token.Kind.create
(MethodInvocationMatcher.MethodKind kind)