Uses of Enum
com.google.errorprone.matchers.method.MethodInvocationMatcher.MethodKind
Packages that use MethodInvocationMatcher.MethodKind
-
Uses of MethodInvocationMatcher.MethodKind in com.google.errorprone.matchers.method
Subclasses with type arguments of type MethodInvocationMatcher.MethodKind in com.google.errorprone.matchers.methodModifier and TypeClassDescriptionstatic enum
The kinds of things that count as a method invocation.Methods in com.google.errorprone.matchers.method that return MethodInvocationMatcher.MethodKindModifier 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.Methods in com.google.errorprone.matchers.method with parameters of type MethodInvocationMatcher.MethodKindModifier and TypeMethodDescriptionMethodInvocationMatcher.Token.Kind.create
(MethodInvocationMatcher.MethodKind kind)