Uses of Enum
com.google.errorprone.matchers.method.MethodInvocationMatcher.TokenType
Packages that use MethodInvocationMatcher.TokenType
-
Uses of MethodInvocationMatcher.TokenType in com.google.errorprone.matchers.method
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 type with the specified name.static MethodInvocationMatcher.TokenType[]
MethodInvocationMatcher.TokenType.values()
Returns an array containing the constants of this enum type, 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.