Uses of Class
com.google.errorprone.matchers.method.MethodInvocationMatcher.MethodKind
Package | Description |
---|---|
com.google.errorprone.matchers.method |
-
Uses of MethodInvocationMatcher.MethodKind in com.google.errorprone.matchers.method
Methods in com.google.errorprone.matchers.method that return MethodInvocationMatcher.MethodKind Modifier and Type Method Description MethodInvocationMatcher.MethodKind
MethodInvocationMatcher.Token.Kind. comparisonKey()
abstract MethodInvocationMatcher.MethodKind
MethodInvocationMatcher.Token.Kind. kind()
static MethodInvocationMatcher.MethodKind
MethodInvocationMatcher.MethodKind. valueOf(String name)
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.MethodKind Modifier and Type Method Description static MethodInvocationMatcher.Token.Kind
MethodInvocationMatcher.Token.Kind. create(MethodInvocationMatcher.MethodKind kind)