Uses of Enum Class
com.google.errorprone.matchers.method.MethodInvocationMatcher.TokenType
Packages that use MethodInvocationMatcher.TokenType
-
Uses of MethodInvocationMatcher.TokenType in com.google.errorprone.matchers.method
Subclasses with type arguments of type MethodInvocationMatcher.TokenType in com.google.errorprone.matchers.methodModifier and TypeClassDescriptionstatic enum
The kinds of properties a matcher can match against.Methods in com.google.errorprone.matchers.method that return MethodInvocationMatcher.TokenTypeModifier and TypeMethodDescriptionMethodInvocationMatcher.Token.DefinedIn.type()
MethodInvocationMatcher.Token.Kind.type()
MethodInvocationMatcher.Token.MethodName.type()
MethodInvocationMatcher.Token.ParameterTypes.type()
MethodInvocationMatcher.Token.ReceiverSupertype.type()
MethodInvocationMatcher.Token.ReceiverType.type()
MethodInvocationMatcher.Token.type()
The category of properties that this value falls into.Returns the enum constant of this class with the specified name.static MethodInvocationMatcher.TokenType[]
MethodInvocationMatcher.TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.errorprone.matchers.method that return types with arguments of type MethodInvocationMatcher.TokenTypeModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap
<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> MethodInvocationMatcher.Rule.required()
Method parameters in com.google.errorprone.matchers.method with type arguments of type MethodInvocationMatcher.TokenTypeModifier and TypeMethodDescriptionstatic MethodInvocationMatcher.Rule
MethodInvocationMatcher.Rule.create
(com.google.common.collect.ImmutableMap<MethodInvocationMatcher.TokenType, ? extends Set<MethodInvocationMatcher.Token>> required) Builds a Rule object from a map.